distributed-ranges icon indicating copy to clipboard operation
distributed-ranges copied to clipboard

add iterator_interface

Open lslusarczyk opened this issue 1 year ago • 1 comments

There is a project: https://github.com/boostorg/stl_interfaces Make it to be fetched by cmake like fmt or ranges-v3 and other reference implementations which is not yet in glibc++

Then use iterator_interface and rewrite iterator which is made out of cursor_over_local_ranges class in include/dr/detail/ranges.hpp into an iterator which is generated by iterator_interface.

lslusarczyk avatar Jun 09 '23 08:06 lslusarczyk