diff --git a/doc/allocator_access.qbk b/doc/allocator_access.qbk index 6b649e7..08f71e8 100644 --- a/doc/allocator_access.qbk +++ b/doc/allocator_access.qbk @@ -168,7 +168,8 @@ A allocator_select_on_container_copy_construction(const A& a); [[`template struct allocator_value_type;`] [The member `type` is `A::value_type`.]] [[`template struct allocator_pointer;`] -[The member `type` is `A::pointer` if valid, otherwise `A::value_type*`.]] +[The member `type` is `A::pointer` if valid, otherwise +`allocator_value_type_t*`.]] [[`template struct allocator_const_pointer;`] [The member `type` is `A::const_pointer` if valid, otherwise `pointer_traits >::rebind allocator_size_type_t allocator_max_size(const A& a);`] [Returns `a.max_size()` if valid, otherwise returns `std::numeric_limits >::max() / -sizeof(A::value_type)`.]] +sizeof(allocator_value_type_t)`.]] [[`template A allocator_select_on_container_copy_construction(const A& a);`] [Returns `a.select_on_container_copy_construction()` if valid, otherwise