ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.05k stars 437 forks source link

Differntiate __cpp_coroutines and __cpp_impl_coroutine for LLVM-17 #1818

Open r-barnes opened 1 month ago

r-barnes commented 1 month ago

LLVM-17 changes the way coroutine flags are set (see here). This fixes that.