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 db2721a commit 43b098dCopy full SHA for 43b098d
tests/yup_core/yup_StringPairArray.cpp
@@ -43,7 +43,7 @@
43
44
using namespace yup;
45
46
-static String operator"" _S (const char* chars, size_t)
+static String operator""_S (const char* chars, size_t)
47
{
48
return String { chars };
49
}
0 commit comments