mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-19 04:42:12 +00:00
They were conditioned on detection of C++20 via __cplusplus, but Clang 10 and 11 don't support class types as NTTP, even though they report C++20 via __cplusplus when -std=c++20 is used.