diff --git a/include/blt/std/string.h b/include/blt/std/string.h index 8aae3e4..cb73774 100755 --- a/include/blt/std/string.h +++ b/include/blt/std/string.h @@ -15,7 +15,9 @@ #include #if __cplusplus >= 202002L -#define BLT_CPP20_CONSTEXPR constexpr + #define BLT_CPP20_CONSTEXPR constexpr +#else + #define BLT_CPP20_CONSTEXPR #endif namespace blt::string