Searched refs:cpp03_allocator (Results 1 – 3 of 3) sorted by relevance
23 typedef std::vector<int, cpp03_allocator<int> > C; in test_ctor_under_alloc()
24 typedef std::vector<int, cpp03_allocator<int> > C; in test_ctor_under_alloc()
136 struct cpp03_allocator : bare_allocator<T> struct156 template <class T> bool cpp03_allocator<T>::construct_called = false; argument