Skip to content

Commit b80ef8f

Browse files
committed
P3914R0: Re NB US 112-172 (C++26 CD)
Fixes NB US 112-172 (C++26 CD).
1 parent 8a9d039 commit b80ef8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/meta.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6182,7 +6182,8 @@
61826182
and the cv-unqualified types of \tcode{T} and \tcode{U} are the same,
61836183
\item
61846184
\tcode{U} is an array type,
6185-
\tcode{T} is a pointer type, and
6185+
\tcode{T} is a pointer type,
6186+
\tcode{remove_extent_t<U>*} and \tcode{T} are similar types, and
61866187
the value \tcode{r} represents is convertible to \tcode{T}, or
61876188
\item
61886189
\tcode{U} is a closure type,

0 commit comments

Comments
 (0)