Searched defs:other_allocator (Results 1 – 2 of 2) sorted by relevance
261 template <class U> friend class other_allocator; variable266 other_allocator() : data_(-1) {} in other_allocator() function267 explicit other_allocator(int i) : data_(i) {} in other_allocator() function268 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function
262 template <class U> friend class other_allocator; variable267 other_allocator() : data_(-1) {} in other_allocator() function268 explicit other_allocator(int i) : data_(i) {} in other_allocator() function269 template <class U> other_allocator(const other_allocator<U>& a) in other_allocator() function