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 bfce4d7 commit 9035285Copy full SHA for 9035285
source/classes.tex
@@ -1239,7 +1239,7 @@
1239
\indextext{destructor!\idxcode{union}}%
1240
A union can have member functions (including constructors and destructors),
1241
\indextext{restriction!\idxcode{union}}%
1242
-but not virtual~(\ref{class.virtual}) functions. A union shall not have
+but it shall not have virtual~(\ref{class.virtual}) functions. A union shall not have
1243
base classes. A union shall not be used as a base class.
1244
1245
If a union contains a non-static data member of
0 commit comments