From Jason Turner

[allocator.adaptor.members]

Diff to HTML by rtfpessoa

tmp/tmprjxzpu3q/{from.md → to.md} RENAMED
@@ -85,9 +85,10 @@ template<class T>
85
  ``` cpp
86
  scoped_allocator_adaptor select_on_container_copy_construction() const;
87
  ```
88
 
89
  *Returns:* A new `scoped_allocator_adaptor` object where each allocator
90
- `A` in the adaptor is initialized from the result of calling
91
- `allocator_traits<A>::select_on_container_copy_construction()` on the
92
- corresponding allocator in `*this`.
 
93
 
 
85
  ``` cpp
86
  scoped_allocator_adaptor select_on_container_copy_construction() const;
87
  ```
88
 
89
  *Returns:* A new `scoped_allocator_adaptor` object where each allocator
90
+ `a1` within the adaptor is initialized with
91
+ `allocator_traits<A1>::select_on_container_copy_construction(a2)`, where
92
+ `A1` is the type of `a1` and `a2` is the corresponding allocator in
93
+ `*this`.
94