]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/ext/ropeimpl.h
ropeimpl.h (_Rope_RopeRep::_M_free_c_string): Replace destroy by _Destroy.
authorJeffrey Oldham <oldham@codesourcery.com>
Wed, 4 Jul 2001 18:12:08 +0000 (18:12 +0000)
committerJeffrey D. Oldham <oldham@gcc.gnu.org>
Wed, 4 Jul 2001 18:12:08 +0000 (18:12 +0000)
commit98aff0b52ee9c65edf7099ac2a23b47ef813ea47
treec61e6f1470472aed66d0653a85eaf6a3f07ff125
parent84a5b4f858fc2aec5f871e606cdfef3dd4a15948
ropeimpl.h (_Rope_RopeRep::_M_free_c_string): Replace destroy by _Destroy.

2001-07-04  Jeffrey Oldham  <oldham@codesourcery.com>

* include/ext/ropeimpl.h (_Rope_RopeRep::_M_free_c_string):
Replace destroy by _Destroy.
(_Rope_RopeRep::_S_free_string): Likewise.
(rope::c_str()): Likewise.
* include/ext/slist (_Slist_base::_M_erase_after>): Likewise.
(_Slist_base::_M_erase_after): Likewise.
(slist::_M_create_node): Replace construct by _Construct.
(slist::pop_front): Replace destroy by _Destroy.
* include/ext/stl_hashtable.h (hashtable::_M_new_node): Replace
construct by _Construct.
(hashtable::_M_delete_node): Replace destroy by _Destroy.
* include/ext/stl_rope.h (rope::rope): Replace construct by
_Construct.
(rope::copy): Replace destroy by _Destroy.

From-SVN: r43764
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/ropeimpl.h
libstdc++-v3/include/ext/slist
libstdc++-v3/include/ext/stl_hashtable.h
libstdc++-v3/include/ext/stl_rope.h