Skip to content

Commit bc71c7e

Browse files
committed
[expr.delete] Remove duplicate UB label
1 parent b2784ee commit bc71c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6423,7 +6423,7 @@
64236423
element of the array created by that \grammarterm{new-expression}.
64246424
Zero-length arrays do not have a first element.
64256425
\end{footnote}
6426-
If not, the behavior is undefined\ubdef{expr.delete.mismatch}.
6426+
If not, the behavior is undefined.
64276427
\begin{note}
64286428
This means that the syntax of the \grammarterm{delete-expression} must
64296429
match the type of the object allocated by \keyword{new}, not the syntax of the

0 commit comments

Comments
 (0)