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