Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dmin_allocator.h145 struct cpp03_allocator : bare_allocator<T> struct
165 template <class T> bool cpp03_allocator<T>::construct_called = false; argument