Skip to content

Commit 8ded370

Browse files
burblebeetkoeppe
authored andcommitted
CWG2780 reinterpret_cast to reference to function types
1 parent 155e163 commit 8ded370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4364,7 +4364,7 @@
43644364
\indextext{cast!reference}%
43654365
\indextext{type pun}%
43664366
A glvalue of type \tcode{T1},
4367-
designating an object \placeholder{x},
4367+
designating an object or function \placeholder{x},
43684368
can be cast to the type ``reference to \tcode{T2}''
43694369
if an expression of type ``pointer to \tcode{T1}''
43704370
can be explicitly converted to the type ``pointer to \tcode{T2}''

0 commit comments

Comments
 (0)