danvratil/qcoro

Build Failure with Clang `15.x`< on Windows in Debug

Closed this issue · 0 comments

Due to the fcoroutine-ts flag being deprecated in LLVM 15.x, QCoro fails to build with clang++ 16+ with -Werror -Wall.

Output:

error : the '-fcoroutines-ts' flag is deprecated and it will be removed in Clang 17; 
use '-std=c++20' or higher to use standard C++ coroutines instead [-Werror,-Wdeprecated-experimental-coroutine]