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 c1c6a1d commit 1457b30Copy full SHA for 1457b30
source/declarations.tex
@@ -1532,9 +1532,9 @@
1532
\grammarterm{elaborated-type-specifier}, the \tcode{enum} keyword
1533
shall be
1534
used to refer to an enumeration\iref{dcl.enum}, the \tcode{union}
1535
-\grammarterm{class-key} shall be used to refer to a union\iref{class},
+\grammarterm{class-key} shall be used to refer to a union\iref{class.union},
1536
and either the \tcode{class} or \tcode{struct}
1537
-\grammarterm{class-key} shall be used to refer to a class\iref{class}
+\grammarterm{class-key} shall be used to refer to a class\iref{class.pre}
1538
declared using the \tcode{class} or \tcode{struct}
1539
\grammarterm{class-key}.
1540
\begin{example}
0 commit comments