From e059f1a7ef03ec7b4ae5a3392e83abb83e408157 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 26 Oct 2023 16:15:14 -0400 Subject: [PATCH] CONSTEXPR 20 --- include/blt/std/string.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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