Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp23 typedef std::vector<int, cpp03_allocator<int> > C; in test_ctor_under_alloc()
Dconstruct_iter_iter_alloc.pass.cpp24 typedef std::vector<int, cpp03_allocator<int> > C; in test_ctor_under_alloc()
/external/libcxx/test/support/
Dmin_allocator.h136 struct cpp03_allocator : bare_allocator<T> struct
156 template <class T> bool cpp03_allocator<T>::construct_called = false; argument