29 #ifndef _NEW_ALLOCATOR_H 30 #define _NEW_ALLOCATOR_H 1 34 namespace __gnu_cxx _GLIBCXX_VISIBILITY(default)
36 _GLIBCXX_BEGIN_NAMESPACE_VERSION
48 template<
typename _Tp>
52 #if __cplusplus <= 201703L 53 template<
typename _Tp1>
62 template<
typename _Tp1>
66 _GLIBCXX_END_NAMESPACE_VERSION
An allocator that uses global new, as per C++03 [20.4.1].This is precisely the allocator defined in t...
GNU extensions for public use.
An allocator that uses global new, as per C++03 [20.4.1].This is precisely the allocator defined in t...