Skip to content

Commit ae06255

Browse files
author
Stefanus Du Toit
committed
[class.union] Formatting fixes.
1 parent 785d692 commit ae06255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classes.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -1228,10 +1228,10 @@
12281228
A union of the form
12291229

12301230
\begin{ncbnftab}
1231-
\terminal{union} \{ member-specification \} ;
1231+
\terminal{union} \terminal{\{} member-specification \terminal{\}} ;
12321232
\end{ncbnftab}
12331233

1234-
is called an anonymous union; it defines an unnamed object of unnamed
1234+
is called an \defn{anonymous union}; it defines an unnamed object of unnamed
12351235
type. The \grammarterm{member-specification} of an anonymous union shall
12361236
only define non-static data members.
12371237
\enternote

0 commit comments

Comments
 (0)