* include/bits/ptr_traits.h (__rebind): Replace with...
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Nov 2011 00:33:45 +0000 (00:33 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Nov 2011 00:33:45 +0000 (00:33 +0000)
commite8564ee979acd1a4d925226040cec18f10c4ef1b
treeafeb0bf897f5ac1ae9e710c7e072062215f230d0
parentea43b28421dbbe6ff02810e362d8ff1362e59f9f
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181139 138bc75d-0d04-0410-961f-82ee72b054a4
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