Skip to content

Commit 667129b

Browse files
burblebeetkoeppe
authored andcommitted
CWG2755 Incorrect wording applied by P2738R1
1 parent 07113e5 commit 667129b

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
@@ -7521,7 +7521,8 @@
75217521
\item
75227522
a conversion
75237523
from a prvalue \tcode{P} of type ``pointer to \cv{}~\keyword{void}''
7524-
to a pointer-to-object type \tcode{T}
7524+
to a type ``\cvqual{cv1} pointer to \tcode{T}'',
7525+
where \tcode{T} is not \cvqual{cv2}~\keyword{void},
75257526
unless \tcode{P} points to an object whose type is similar to \tcode{T};
75267527

75277528
\item

0 commit comments

Comments
 (0)