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 2c1f16d commit fb69b32Copy full SHA for fb69b32
source/expressions.tex
@@ -5707,7 +5707,8 @@
5707
\indextext{array!\idxcode{delete}}%
5708
In an array delete expression, the value of the operand of \keyword{delete}
5709
may be a null pointer value or a pointer value that resulted from
5710
-a previous array \grammarterm{new-expression}.
+a previous array \grammarterm{new-expression} whose
5711
+allocation function was not a non-allocating form\iref{new.delete.placement}.
5712
\begin{footnote}
5713
For nonzero-length
5714
arrays, this is the same as a pointer to the first
0 commit comments