mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Correct note in documentation
This commit is contained in:
parent
15f7fb7eaa
commit
15c884438c
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user