Skip to content

Commit

Permalink
Another tweak to discussion of 4123
Browse files Browse the repository at this point in the history
  • Loading branch information
jwakely committed Dec 6, 2024
1 parent 3ab94c5 commit 8c9f49b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xml/issue4123.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ Erasing a range in a list is linear time in the size of the range
and the number of calls to the destructor of type `T`
is exactly equal to the size of the range.
</blockquote>
This should talk about calls to `allocator_traits::destroy`.
This should talk about calls to `allocator_traits::destroy`,
or objects being destroyed.
</p>
<p>
<sref ref="[deque.modifiers]"/> is similar.
Expand Down

0 comments on commit 8c9f49b

Please sign in to comment.