Searched refs:std_int_allocator (Results 1 – 1 of 1) sorted by relevance
13 typedef std::allocator<int> std_int_allocator; typedef14 typedef boost::detail::allocator::rebind_to<std_int_allocator, char>::type char_allocator;24 std_int_allocator a1; in main()