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 8af88f7 commit c755814Copy full SHA for c755814
source/basic.tex
@@ -3409,8 +3409,11 @@
3409
A \grammarterm{delete-expression}\iref{expr.delete} invokes the destructor
3410
prior to releasing the storage.
3411
\end{note}
3412
-In this case, the destructor is not implicitly invoked and any program that
3413
-depends on the side effects produced by the destructor has undefined behavior.
+In this case, the destructor is not implicitly invoked.
+\begin{note}
3414
+The correct behavior of a program often depends on
3415
+the destructor being invoked for each object of class type.
3416
+\end{note}
3417
3418
\pnum
3419
Before the lifetime of an object has started but after the storage which
0 commit comments