Skip to content

Commit 4b77436

Browse files
committed
[expr] Remove accidental whitespace
1 parent 2b7778c commit 4b77436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/expressions.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@
16821682
\rSec2[expr.type.conv]{Explicit type conversion (functional notation)}
16831683

16841684
\pnum
1685-
\indextext{expression!cast}
1685+
\indextext{expression!cast}%
16861686
\indextext{explicit~type~conversion|see{casting}}%
16871687
\indextext{type~conversion,~explicit|see{casting}}%
16881688
\indextext{conversion~explicit~type|see{casting}}%
@@ -1728,7 +1728,7 @@
17281728
\rSec2[expr.pseudo]{Pseudo destructor call}
17291729

17301730
\pnum
1731-
\indextext{expression!pseudo-destructor~call}
1731+
\indextext{expression!pseudo-destructor~call}%
17321732
\indextext{call!pseudo~destructor}%
17331733
\indextext{pseudo-destructor-name}%
17341734
The use of a \grammarterm{pseudo-destructor-name} after a dot \tcode{.} or
@@ -3526,7 +3526,7 @@
35263526
\tcode{void}.
35273527

35283528
\pnum
3529-
\indextext{\idxcode{delete}!object}
3529+
\indextext{\idxcode{delete}!object}%
35303530
If the operand has a class type, the operand is converted to a pointer
35313531
type by calling the above-mentioned conversion function, and the
35323532
converted operand is used in place of the original operand for the
@@ -4239,9 +4239,9 @@
42394239
result of type \tcode{bool}. In each case below, the operands shall have the
42404240
same type after the specified conversions have been applied.
42414241

4242+
\pnum
42424243
\indextext{comparison!pointer}%
42434244
\indextext{comparison!pointer~to function}%
4244-
\pnum
42454245
If at least one of the operands is a pointer,
42464246
pointer conversions~(\ref{conv.ptr}),
42474247
function pointer conversions~(\ref{conv.fctptr}), and

0 commit comments

Comments
 (0)