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: