CONSTEXPR 20

v1
Brett 2023-10-26 16:15:14 -04:00
parent fcceff189b
commit e059f1a7ef
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@
#if __cplusplus >= 202002L
#define BLT_CPP20_CONSTEXPR constexpr
#else
#define BLT_CPP20_CONSTEXPR
#endif
namespace blt::string