Searched defs:non_default_test_allocator (Results 1 – 1 of 1) sorted by relevance
103 template <class U> friend class non_default_test_allocator; variable117 explicit non_default_test_allocator(int i) throw() : data_(i) {++count;} in non_default_test_allocator() function120 template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) throw() in non_default_test_allocator() function