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 939c73b commit 8fe775aCopy full SHA for 8fe775a
source/declarations.tex
@@ -6296,8 +6296,8 @@
6296
}
6297
constexpr int z = f(); // error: not a constant expression
6298
6299
-typedef int *A[3]; // array of 3 pointer to \tcode{int}
6300
-typedef const int *const CA[3]; // array of 3 const pointer to \tcode{const int}
+typedef int *AP[3]; // array of 3 pointer to \tcode{int}
+typedef const int *const ACPC[3]; // array of 3 const pointer to \tcode{const int}
6301
ACPC &&r = AP{}; // binds directly
6302
\end{codeblock}
6303
\end{example}
0 commit comments