Skip to content

Commit 895e938

Browse files
committed
[meta.reflection.extract] Reinstate "Constant When" wording from P2996R13 regarding similar and function pointer types
I'm not sure if the mention of function pointer types was dropped in a misguided editorial simplification, but this is not an editorial change. (But we retain the cross-reference which was not in the paper.)
1 parent 28c495b commit 895e938

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/meta.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5949,8 +5949,9 @@
59495949
\begin{itemize}
59505950
\item
59515951
\tcode{U} is a pointer type,
5952-
\tcode{T} and \tcode{U} are similar types\iref{conv.qual}, and
5953-
\tcode{is_convertible_v<\brk{}U, T>} is \tcode{true},
5952+
\tcode{T} and \tcode{U} are either similar\iref{conv.qual}
5953+
or both function pointer types, and
5954+
\tcode{is_convertible_v<U, T>} is \tcode{true},
59545955
\item
59555956
\tcode{U} is not a pointer type
59565957
and the cv-unqualified types of \tcode{T} and \tcode{U} are the same,

0 commit comments

Comments
 (0)