Home
last modified time | relevance | path

Searched refs:__allocator_traits_base (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h49 struct __allocator_traits_base in _GLIBCXX_VISIBILITY() struct
80 = typename __allocator_traits_base::template __rebind<_Alloc, _Up>::type; in _GLIBCXX_VISIBILITY()
90 struct allocator_traits : __allocator_traits_base in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h48 struct __allocator_traits_base in _GLIBCXX_VISIBILITY() struct
79 = typename __allocator_traits_base::template __rebind<_Alloc, _Up>::type; in _GLIBCXX_VISIBILITY()
86 struct allocator_traits : __allocator_traits_base in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20173901 * 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.
H A DChangeLog-20152549 (__allocator_traits_base): New base class.
2551 (allocator_traits): Derive from __allocator_traits_base. Reimplement