Skip to content

Commit f80cd9c

Browse files
committed
[expr.delete] Remove duplicate UB label
1 parent 6e12efa commit f80cd9c

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
@@ -6152,7 +6152,7 @@
61526152
element of the array created by that \grammarterm{new-expression}.
61536153
Zero-length arrays do not have a first element.
61546154
\end{footnote}
6155-
If not, the behavior is undefined\ubdef{expr.delete.mismatch}.
6155+
If not, the behavior is undefined.
61566156
\begin{note}
61576157
This means that the syntax of the \grammarterm{delete-expression} must
61586158
match the type of the object allocated by \keyword{new}, not the syntax of the

0 commit comments

Comments
 (0)