We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb49b41 commit 1811723Copy full SHA for 1811723
source/expressions.tex
@@ -7712,9 +7712,9 @@
7712
\begin{itemize}
7713
\item
7714
the placement argument to the \grammarterm{new-expression} points to
7715
-an object that is pointer-interconvertible with an object of type \tcode{T} or,
7716
-if T is an array type,
7717
-with the first element of an object of type \tcode{T}, and
+an object whose type is similar to \tcode{T}\iref{conv.qual} or,
+if \tcode{T} is an array type,
+to the first element of an object of a type similar to \tcode{T}, and
7718
7719
the placement argument points to storage
7720
whose duration began within the evaluation of $E$;
0 commit comments