Home
last modified time | relevance | path

Searched refs:char_allocator2 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/detail/test/
Dallocator_utilities_test.cpp16 typedef boost::detail::allocator::rebind_to<int_allocator, char>::type char_allocator2; typedef
21 BOOST_STATIC_ASSERT((boost::is_same<char_allocator, char_allocator2>::value)); in main()