Skip to content

Commit 9035285

Browse files
author
Dawn Perchik
committed
[class.union] Change "but not" to "but it shall not have" as suggested by Hubert Tong.
1 parent bfce4d7 commit 9035285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@
12391239
\indextext{destructor!\idxcode{union}}%
12401240
A union can have member functions (including constructors and destructors),
12411241
\indextext{restriction!\idxcode{union}}%
1242-
but not virtual~(\ref{class.virtual}) functions. A union shall not have
1242+
but it shall not have virtual~(\ref{class.virtual}) functions. A union shall not have
12431243
base classes. A union shall not be used as a base class.
12441244
\indextext{restriction!\idxcode{union}}%
12451245
If a union contains a non-static data member of

0 commit comments

Comments
 (0)