Home | History | Annotate | Download | only in allocator.traits.types

Lines Matching defs:std

55 namespace std
68 static_assert((std::is_same<std::allocator_traits<A<char> >::size_type, unsigned short>::value), "");
69 static_assert((std::is_same<std::allocator_traits<B<char> >::size_type,
70 std::make_unsigned<std::ptrdiff_t>::type>::value), "");
71 static_assert((std::is_same<std::allocator_traits<C<char> >::size_type,
74 static_assert((std::is_same<std::allocator_traits<D<char> >::size_type, unsigned short>::value), "");