|
1682 | 1682 | \rSec2[expr.type.conv]{Explicit type conversion (functional notation)}
|
1683 | 1683 |
|
1684 | 1684 | \pnum
|
1685 |
| -\indextext{expression!cast} |
| 1685 | +\indextext{expression!cast}% |
1686 | 1686 | \indextext{explicit~type~conversion|see{casting}}%
|
1687 | 1687 | \indextext{type~conversion,~explicit|see{casting}}%
|
1688 | 1688 | \indextext{conversion~explicit~type|see{casting}}%
|
|
1728 | 1728 | \rSec2[expr.pseudo]{Pseudo destructor call}
|
1729 | 1729 |
|
1730 | 1730 | \pnum
|
1731 |
| -\indextext{expression!pseudo-destructor~call} |
| 1731 | +\indextext{expression!pseudo-destructor~call}% |
1732 | 1732 | \indextext{call!pseudo~destructor}%
|
1733 | 1733 | \indextext{pseudo-destructor-name}%
|
1734 | 1734 | The use of a \grammarterm{pseudo-destructor-name} after a dot \tcode{.} or
|
|
3526 | 3526 | \tcode{void}.
|
3527 | 3527 |
|
3528 | 3528 | \pnum
|
3529 |
| -\indextext{\idxcode{delete}!object} |
| 3529 | +\indextext{\idxcode{delete}!object}% |
3530 | 3530 | If the operand has a class type, the operand is converted to a pointer
|
3531 | 3531 | type by calling the above-mentioned conversion function, and the
|
3532 | 3532 | converted operand is used in place of the original operand for the
|
|
4239 | 4239 | result of type \tcode{bool}. In each case below, the operands shall have the
|
4240 | 4240 | same type after the specified conversions have been applied.
|
4241 | 4241 |
|
| 4242 | +\pnum |
4242 | 4243 | \indextext{comparison!pointer}%
|
4243 | 4244 | \indextext{comparison!pointer~to function}%
|
4244 |
| -\pnum |
4245 | 4245 | If at least one of the operands is a pointer,
|
4246 | 4246 | pointer conversions~(\ref{conv.ptr}),
|
4247 | 4247 | function pointer conversions~(\ref{conv.fctptr}), and
|
|
0 commit comments