Correct note in documentation

This commit is contained in:
Glen Fernandes 2021-12-04 14:38:18 -05:00
parent 15f7fb7eaa
commit 15c884438c

View File

@ -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]