ptr_traits.h (__rebind): Replace with...
authorJonathan Wakely <jwakely.gcc@gmail.com>
Tue, 8 Nov 2011 00:33:45 +0000 (00:33 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 8 Nov 2011 00:33:45 +0000 (00:33 +0000)
commit7579d15b5819a8df09e1ba4ae05d765185b6bba8
treeafeb0bf897f5ac1ae9e710c7e072062215f230d0
parente23de0edd9ca34e809f9cb19c153ae837d38182b
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
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/alloc_traits.h
libstdc++-v3/include/bits/ptr_traits.h
libstdc++-v3/include/ext/alloc_traits.h
libstdc++-v3/include/ext/pointer.h
libstdc++-v3/include/std/scoped_allocator