mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 20:54:28 +02:00
Clang uses the Ranges-v3 concepts
This commit is contained in:
2
src/include/units/bits/external/hacks.h
vendored
2
src/include/units/bits/external/hacks.h
vendored
@@ -38,7 +38,7 @@
|
|||||||
#define Expects(cond) assert(cond);
|
#define Expects(cond) assert(cond);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if COMP_GCC >= 10 || COMP_CLANG >= 11
|
#if COMP_GCC >= 10
|
||||||
|
|
||||||
#include <concepts>
|
#include <concepts>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user