issues
search
lewissbaker
/
cppcoro
A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.43k
stars
472
forks
source link
Fixes to allow generator<T> to implement Range concept
#93
Closed
lewissbaker
closed
6 years ago
lewissbaker
commented
6 years ago
Range concept from range-v3 requires the iterator to:
be default constructible
support post-increment operator
Range concept from range-v3 requires the iterator to: