File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16126,10 +16126,12 @@
16126
16126
\begin{itemdescr}
16127
16127
\pnum
16128
16128
\returns
16129
- A new \tcode{scoped_allocator_adaptor} object where each allocator \tcode{A} in the
16130
- adaptor is initialized from the result of calling
16131
- \tcode{allocator_traits<A>::select_on_container_copy_construction()} on the
16132
- corresponding allocator in \tcode{*this}.
16129
+ A new \tcode{scoped_allocator_adaptor} object
16130
+ where each allocator \tcode{a1} within the adaptor
16131
+ is initialized with
16132
+ \tcode{allocator_traits<A1>::select_on_container_copy_construction(a2)},
16133
+ where \tcode{A1} is the type of \tcode{a1} and
16134
+ \tcode{a2} is the corresponding allocator in \tcode{*this}.
16133
16135
\end{itemdescr}
16134
16136
16135
16137
\rSec2[scoped.adaptor.operators]{Operators}
You can’t perform that action at this time.
0 commit comments