Skip to content

Commit a2a2446

Browse files
Eelistkoeppe
authored andcommitted
[class.dtor, cpp.cond] Add missing \grammarterm. (#1469)
1 parent 97a883b commit a2a2446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/preprocessor.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
\tcode{true}
310310
and
311311
\tcode{false},
312-
are replaced with the pp-number
312+
are replaced with the \grammarterm{pp-number}
313313
\tcode{0},
314314
and then each preprocessing token is converted into a token.
315315
\begin{note}

source/special.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@
11971197
\end{example}
11981198
\begin{note}
11991199
An explicit destructor call must always be written using
1200-
a member access operator~(\ref{expr.ref}) or a qualified-id~(\ref{expr.prim});
1200+
a member access operator~(\ref{expr.ref}) or a \grammarterm{qualified-id}~(\ref{expr.prim});
12011201
in particular, the
12021202
\grammarterm{unary-expression}
12031203
\tcode{\~{}X()}

0 commit comments

Comments
 (0)