Skip to content

Commit a24620e

Browse files
authored
[class.union.general] Add comma (#7072)
1 parent 9ad7d63 commit a24620e

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
@@ -3069,7 +3069,7 @@
30693069
base classes. A union shall not be used as a base class.
30703070
\indextext{restriction!\idxcode{union}}%
30713071
If a union contains a non-static data member of
3072-
reference type the program is ill-formed.
3072+
reference type, the program is ill-formed.
30733073
\begin{note}
30743074
Absent default member initializers\iref{class.mem},
30753075
if any non-static data member of a union has a non-trivial

0 commit comments

Comments
 (0)