mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
Clang up to version 13 supports the coroutines technical specification (in std::experimental). 15 and above support standard coroutines (in namespace std). Clang 14 supports both, but with a warning for the technical specification coroutines. To avoid the warning, change the threshold for selecting standard coroutines from clang 15 to clang 14. This follow seastar commit 070ab101e2. Closes #10647
4.6 KiB
4.6 KiB