We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558e3f2 commit aca1350Copy full SHA for aca1350
include/boost/container/uses_allocator.hpp
@@ -128,7 +128,7 @@ struct uses_allocator_imp
128
template <class U>
129
static yes_type test(typename U::allocator_type);
130
131
- // Match this function if T::allocator_type exists and it's type is `erased_type`.
+ // Match this function if T::allocator_type exists and its type is `erased_type`.
132
template <class U, class V>
133
static typename dtl::enable_if
134
< dtl::is_same<typename U::allocator_type, erased_type>
0 commit comments