-
- Downloads
ptr_traits.h (__rebind): Replace with...
* include/bits/ptr_traits.h (__rebind): Replace with... (rebind): Implement using alias-declaration. * include/ext/pointer.h (__rebind): Replace with... (rebind): Implement using alias-declaration. * include/bits/alloc_traits.h (__rebind_alloc, __rebind_traits): Replace with... (rebind_alloc, rebind_traits): Implement using alias-declaration. * include/ext/alloc_traits.h (rebind): Use rebind_alloc instead of __rebind_alloc. * include/std/scoped_allocator (rebind): Likewise. From-SVN: r181139
Showing
- libstdc++-v3/ChangeLog 13 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/alloc_traits.h 4 additions, 19 deletionslibstdc++-v3/include/bits/alloc_traits.h
- libstdc++-v3/include/bits/ptr_traits.h 6 additions, 44 deletionslibstdc++-v3/include/bits/ptr_traits.h
- libstdc++-v3/include/ext/alloc_traits.h 1 addition, 1 deletionlibstdc++-v3/include/ext/alloc_traits.h
- libstdc++-v3/include/ext/pointer.h 1 addition, 13 deletionslibstdc++-v3/include/ext/pointer.h
- libstdc++-v3/include/std/scoped_allocator 1 addition, 2 deletionslibstdc++-v3/include/std/scoped_allocator
Loading
Please register or sign in to comment