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 dff9c52 commit d6f4d5eCopy full SHA for d6f4d5e
source/expressions.tex
@@ -5595,9 +5595,9 @@
5595
\pnum
5596
For a single-object delete expression,
5597
the deleted object is
5598
-the object denoted by the operand
5599
-if its static type does not have a virtual destructor,
5600
-and its most-derived object otherwise.
+the object $A$ pointed to by the operand
+if the static type of $A$ does not have a virtual destructor,
+and the most-derived object of $A$ otherwise.
5601
\begin{note}
5602
If the deallocation function is not a destroying operator delete
5603
and the deleted object is not the most derived object in the former case,
0 commit comments