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 7007d77 commit abf59f7Copy full SHA for abf59f7
source/containers.tex
@@ -598,7 +598,8 @@
598
allocator argument, then the allocator type must support value-initialization.
599
\end{note}
600
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
+performed, by these constructors and by all other member functions,
602
+during the lifetime of each container object
603
or until the allocator is replaced. The allocator may be replaced only via assignment or
604
\tcode{swap()}. Allocator replacement is performed by
605
copy assignment, move assignment, or swapping of the allocator only if
0 commit comments