OSDN Git Service

2004-01-13 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jan 2004 11:46:50 +0000 (11:46 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Jan 2004 11:46:50 +0000 (11:46 +0000)
commit85a5ddb1043cad3e2eb600bc590ea06d70b7eeb5
tree5eb756132f09e547f86710725c497edfb0a81d2e
parent2c9a3a3d63a0d334210da25062b4ae71328c3b8f
2004-01-13  Paolo Carlini  <pcarlini@suse.de>

* include/ext/rope (_Rope_rep_alloc_base): Eliminate.
(_Rope_rep_base): Inherit directly from the rope allocator;
use rebinding instead of _Alloc_traits; pick up data member
from _Rope_rep_alloc_base.
(_Rope_alloc_base): Eliminate.
(_Rope_base): Inherit directly from the rope allocator; use
rebinding instead of _Alloc_traits; pick up data member from
_Rope_alloc_base.
(rope::_S_new_RopeLeaf, rope::_S_new_RopeConcatenation,
rope::_S_new_RopeFunction, rope::_S_new_RopeSubstring): Tweak.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75800 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/rope