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 d26d3bd commit 02e4183Copy full SHA for 02e4183
source/declarations.tex
@@ -1534,9 +1534,7 @@
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.union},
1536
and either the \tcode{class} or \tcode{struct}
1537
-\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}.
+\grammarterm{class-key} shall be used to refer to a non-union class\iref{class.pre}.
1540
\begin{example}
1541
\begin{codeblock}
1542
enum class E { a, b };
0 commit comments