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 169205f commit 1cb3551Copy full SHA for 1cb3551
include/nonstd/string_view.hpp
@@ -28,7 +28,7 @@
28
#endif
29
30
#if nssv_CONFIG_SELECT_STD_STRING_VIEW && nssv_CONFIG_SELECT_NONSTD_STRING_VIEW
31
-#error Please define none or one of nssv_CONFIG_SELECT_STD_STRING_VIEW, nssv_CONFIG_SELECT_NONSTD_STRING_VIEW to 1, but not both.
+# error Please define none or one of nssv_CONFIG_SELECT_STD_STRING_VIEW, nssv_CONFIG_SELECT_NONSTD_STRING_VIEW to 1, but not both.
32
33
34
#ifdef nssv_CONFIG_CONVERSION_STD_STRING
0 commit comments