CONSTEXPR 20
parent
fcceff189b
commit
e059f1a7ef
|
@ -15,7 +15,9 @@
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
|
||||||
#if __cplusplus >= 202002L
|
#if __cplusplus >= 202002L
|
||||||
#define BLT_CPP20_CONSTEXPR constexpr
|
#define BLT_CPP20_CONSTEXPR constexpr
|
||||||
|
#else
|
||||||
|
#define BLT_CPP20_CONSTEXPR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace blt::string
|
namespace blt::string
|
||||||
|
|
Loading…
Reference in New Issue