Skip to content

Commit 8c9f49b

Browse files
committed
Another tweak to discussion of 4123
1 parent 3ab94c5 commit 8c9f49b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/issue4123.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ Erasing a range in a list is linear time in the size of the range
7575
and the number of calls to the destructor of type `T`
7676
is exactly equal to the size of the range.
7777
</blockquote>
78-
This should talk about calls to `allocator_traits::destroy`.
78+
This should talk about calls to `allocator_traits::destroy`,
79+
or objects being destroyed.
7980
</p>
8081
<p>
8182
<sref ref="[deque.modifiers]"/> is similar.

0 commit comments

Comments
 (0)