Skip to content

Commit fb69b32

Browse files
burblebeetkoeppe
authored andcommitted
CWG2624 Array delete expression with no array cookie
1 parent 2c1f16d commit fb69b32

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
@@ -5707,7 +5707,8 @@
57075707
\indextext{array!\idxcode{delete}}%
57085708
In an array delete expression, the value of the operand of \keyword{delete}
57095709
may be a null pointer value or a pointer value that resulted from
5710-
a previous array \grammarterm{new-expression}.
5710+
a previous array \grammarterm{new-expression} whose
5711+
allocation function was not a non-allocating form\iref{new.delete.placement}.
57115712
\begin{footnote}
57125713
For nonzero-length
57135714
arrays, this is the same as a pointer to the first

0 commit comments

Comments
 (0)