We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844495c commit ac3d088Copy full SHA for ac3d088
include/static_string/include/ut/static_string/static_string.hpp
@@ -1,8 +1,8 @@
1
#ifndef UT_STATIC_STRING_HPP
2
#define UT_STATIC_STRING_HPP
3
4
-#if __cplusplus < 202002L
5
-#error this file has to be compiled with at least C++20
+#if __cplusplus < 202'002L
+# error this file has to be compiled with at least C++20
6
#endif
7
8
/**Usage:
0 commit comments