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 3140e5f commit 5b61c71Copy full SHA for 5b61c71
source/classes.tex
@@ -3357,7 +3357,8 @@
3357
\indextext{access control!anonymous \tcode{union}}%
3358
\indextext{restriction!anonymous \tcode{union}}%
3359
Each \grammarterm{member-declaration} in the \grammarterm{member-specification}
3360
-of an anonymous union shall either define one or more public non-static data members or
+of an anonymous union shall define one or more public non-static data members,
3361
+be an \grammarterm{empty-declaration}, or
3362
be a \grammarterm{static_assert-declaration}.
3363
Nested types, anonymous unions, and functions
3364
shall not be declared within an anonymous union.
0 commit comments