Skip to content

Commit abf59f7

Browse files
Address @jwakely's review comments
1 parent 7007d77 commit abf59f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/containers.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@
598598
allocator argument, then the allocator type must support value-initialization.
599599
\end{note}
600600
A copy of this allocator is used for any memory allocation and element construction
601-
performed, by all member functions, during the lifetime of each container object
601+
performed, by these constructors and by all other member functions,
602+
during the lifetime of each container object
602603
or until the allocator is replaced. The allocator may be replaced only via assignment or
603604
\tcode{swap()}. Allocator replacement is performed by
604605
copy assignment, move assignment, or swapping of the allocator only if

0 commit comments

Comments
 (0)