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 1c6173b commit 3373767Copy full SHA for 3373767
libcxxabi/test/test_demangle.pass.cpp
@@ -33,7 +33,7 @@
33
// Is long double fp128?
34
#define LDBL_FP128 (__LDBL_MANT_DIG__ == 113)
35
36
-const char *cases[][2] = {
+const char* cases[][2] = {
37
// clang-format off
38
{"_Z1A", "A"},
39
{"_Z1Av", "A()"},
0 commit comments