andreasbuhr / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
364 stars 53 forks source link

Require C++20 for the cppcoro target #37

Closed aostrowski closed 1 year ago

andreasbuhr commented 1 year ago

We cannot just require C++20. Users might want to use C++17, because they are still bound to C++17 for reasons having nothing to do with cppcoro.