Skip to content

Commit d6f4d5e

Browse files
authored
[expr.delete] Replace 'denote' with 'pointed to'. (#4762)
This change also introduces a name for the pointed-to object, which removes the erstwhile ambiguous antecedent for 'its'.
1 parent dff9c52 commit d6f4d5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5595,9 +5595,9 @@
55955595
\pnum
55965596
For a single-object delete expression,
55975597
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.
5598+
the object $A$ pointed to by the operand
5599+
if the static type of $A$ does not have a virtual destructor,
5600+
and the most-derived object of $A$ otherwise.
56015601
\begin{note}
56025602
If the deallocation function is not a destroying operator delete
56035603
and the deleted object is not the most derived object in the former case,

0 commit comments

Comments
 (0)