forked from boostorg/core
Correct note in documentation
This commit is contained in:
@ -109,7 +109,7 @@ static void construct(A& a, T* p, Args&&... args);`]
|
||||
# The member `rebind_alloc` is not provided for parity with C++03 where it is
|
||||
unimplementable. Instead of `allocator_traits<A>::rebind_alloc<U>` you can
|
||||
express the same with `allocator_traits<A>::rebind_traits<U>::allocator_type`
|
||||
or more simply with `allocator_rebind_t<A, T>`.
|
||||
or more simply with `allocator_rebind_t<A, U>`.
|
||||
|
||||
[endsect]
|
||||
|
||||
|
Reference in New Issue
Block a user