1 parent 30d8f8c commit ae3dec4Copy full SHA for ae3dec4
1 file changed
lib/inc/sys_string/config.h
@@ -92,12 +92,7 @@
92
#define SYS_STRING_NO_UNIQUE_ADDRESS [[no_unique_address]]
93
#endif
94
95
-//GCC up to 11.3 has a weird constexpr bug in some palces
96
-#if __GNUC__ > 11 || (__GNUC__ == 11 && __GNUC_MINOR__ > 2)
97
- #define SYS_STRING_BUGGY_CONSTEXPR constexpr
98
-#else
99
- #define SYS_STRING_BUGGY_CONSTEXPR
100
-#endif
+#define SYS_STRING_BUGGY_CONSTEXPR constexpr
101
102
#if __has_include(<version>)
103
#include <version>
0 commit comments