Clang uses the Ranges-v3 concepts

This commit is contained in:
Mateusz Pusz
2020-03-17 17:12:01 +01:00
parent 9a32c8bc2c
commit d2e49b25f7

View File

@@ -38,7 +38,7 @@
#define Expects(cond) assert(cond);
#endif
#if COMP_GCC >= 10 || COMP_CLANG >= 11
#if COMP_GCC >= 10
#include <concepts>