Searched refs:__allocator_traits_base (Results 1 – 4 of 4) sorted by relevance
49 struct __allocator_traits_base in _GLIBCXX_VISIBILITY() struct80 = typename __allocator_traits_base::template __rebind<_Alloc, _Up>::type; in _GLIBCXX_VISIBILITY()90 struct allocator_traits : __allocator_traits_base in _GLIBCXX_VISIBILITY()
48 struct __allocator_traits_base in _GLIBCXX_VISIBILITY() struct79 = typename __allocator_traits_base::template __rebind<_Alloc, _Up>::type; in _GLIBCXX_VISIBILITY()86 struct allocator_traits : __allocator_traits_base in _GLIBCXX_VISIBILITY()
3901 * include/bits/alloc_traits.h (__allocator_traits_base::__diff_type)3902 (__allocator_traits_base::__size_type): Remove.3916 * include/bits/alloc_traits.h (__allocator_traits_base::__rebind):3919 __allocator_traits_base::__rebind.
2549 (__allocator_traits_base): New base class.2551 (allocator_traits): Derive from __allocator_traits_base. Reimplement