Skip to content

Commit 1457b30

Browse files
committed
[dcl.type.elab] Make cross-references for "class" and "union" more precise.
1 parent c1c6a1d commit 1457b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,9 +1532,9 @@
15321532
\grammarterm{elaborated-type-specifier}, the \tcode{enum} keyword
15331533
shall be
15341534
used to refer to an enumeration\iref{dcl.enum}, the \tcode{union}
1535-
\grammarterm{class-key} shall be used to refer to a union\iref{class},
1535+
\grammarterm{class-key} shall be used to refer to a union\iref{class.union},
15361536
and either the \tcode{class} or \tcode{struct}
1537-
\grammarterm{class-key} shall be used to refer to a class\iref{class}
1537+
\grammarterm{class-key} shall be used to refer to a class\iref{class.pre}
15381538
declared using the \tcode{class} or \tcode{struct}
15391539
\grammarterm{class-key}.
15401540
\begin{example}

0 commit comments

Comments
 (0)