Skip to content

Commit 312772b

Browse files
committed
[expr.prim.general] Use code font for ~.
1 parent 4d1b4c4 commit 312772b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@
491491
point in its potential scope~(\ref{basic.scope.class}).
492492
\exitnote
493493
Where
494-
\grammarterm{class-name} \tcode{::\tilde} \grammarterm{class-name} is used,
494+
\grammarterm{class-name} \tcode{::\tilde}~\grammarterm{class-name} is used,
495495
the two \grammarterm{class-name}{s} shall refer to the same class; this
496496
notation names the destructor~(\ref{class.dtor}).
497-
The form \grammarterm{\tilde} \grammarterm{decltype-specifier} also denotes the destructor,
497+
The form \tcode{\tilde}~\grammarterm{decltype-specifier} also denotes the destructor,
498498
but it shall not be used as the \grammarterm{unqualified-id} in a \grammarterm{qualified-id}.
499499
\enternote
500500
a \grammarterm{typedef-name} that names a class is a

0 commit comments

Comments
 (0)