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 209e05d commit bd518f2Copy full SHA for bd518f2
source/classes.tex
@@ -3323,6 +3323,7 @@
3323
member functions.
3324
3325
\pnum
3326
+\begin{note}
3327
A union for which objects, pointers, or references are declared is not an anonymous union.
3328
\begin{example}
3329
\begin{codeblock}
@@ -3337,6 +3338,7 @@
3337
3338
is not visible outside the union, and even if it were visible, it is not
3339
associated with any particular object.
3340
\end{example}
3341
+\end{note}
3342
\begin{note}
3343
Initialization of unions with no user-declared constructors is described
3344
in~\ref{dcl.init.aggr}.
0 commit comments