Skip to content

Commit 66f9fad

Browse files
sdkrystianzygoloid
authored andcommitted
[expr.reinterpret.cast] Strike definition in footnote
1 parent f469a54 commit 66f9fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/expressions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3995,6 +3995,7 @@
39953995
\pnum
39963996
\indextext{cast!reinterpret!reference}%
39973997
\indextext{cast!reference}%
3998+
\indextext{type pun}%
39983999
A glvalue of type \tcode{T1},
39994000
designating an object \placeholder{x},
40004001
can be cast to the type ``reference to \tcode{T2}''
@@ -4007,7 +4008,7 @@
40074008
No temporary is created, no copy is made, and
40084009
no constructors\iref{class.ctor} or conversion
40094010
functions\iref{class.conv} are called.%
4010-
\footnote{This is sometimes referred to as a \defn{type pun}
4011+
\footnote{This is sometimes referred to as a type pun
40114012
when the result refers to the same object as the source glvalue.}
40124013

40134014
\rSec3[expr.const.cast]{Const cast}

0 commit comments

Comments
 (0)