CONSTEXPR 20
parent
fcceff189b
commit
e059f1a7ef
|
@ -16,6 +16,8 @@
|
|||
|
||||
#if __cplusplus >= 202002L
|
||||
#define BLT_CPP20_CONSTEXPR constexpr
|
||||
#else
|
||||
#define BLT_CPP20_CONSTEXPR
|
||||
#endif
|
||||
|
||||
namespace blt::string
|
||||
|
|
Loading…
Reference in New Issue