Home
last modified time | relevance | path

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

/third_party/boost/libs/detail/test/
Dallocator_utilities_test.cpp13 typedef std::allocator<int> std_int_allocator; typedef
14 typedef boost::detail::allocator::rebind_to<std_int_allocator, char>::type char_allocator;
24 std_int_allocator a1; in main()