aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-21 18:40:52 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-21 18:40:52 +0000
commitfbc73cc22804263f6176a3bd8e02786e6ca36286 (patch)
treee91b3e417d0d9a69e6c0dc66ef4e67cfaf180c44 /libstdc++-v3/ChangeLog
parent2048234158508a4a47280c38e8f5ac044f71e754 (diff)
2005-11-21 Paolo Carlini <pcarlini@suse.de>
* include/ext/sso_string_base.h: Minor formatting and stylistic fixes. (__sso_string_base<>::_M_get_allocator): Return by const ref. * include/ext/rc_string_base.h: Likewise. (__rc_string_base<>::_M_get_allocator): Return by const ref. (__rc_string_base<>::_M_dispose): Take void, use _M_get_allocator. (__rc_string_base<>::_M_grab): Take one alloc, use _M_get_allocator. (__rc_string_base<>::~__rc_string_base, __rc_string_base(const __rc_string_base&), _M_assign, _M_reserve, _M_mutate): Adjust. * include/ext/vstring_util.h: Minor stylistic fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch@107318 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 9b6a0b0a3e0..07224593ffd 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,16 @@
+2005-11-21 Paolo Carlini <pcarlini@suse.de>
+
+ * include/ext/sso_string_base.h: Minor formatting and stylistic fixes.
+ (__sso_string_base<>::_M_get_allocator): Return by const ref.
+ * include/ext/rc_string_base.h: Likewise.
+ (__rc_string_base<>::_M_get_allocator): Return by const ref.
+ (__rc_string_base<>::_M_dispose): Take void, use _M_get_allocator.
+ (__rc_string_base<>::_M_grab): Take one alloc, use _M_get_allocator.
+ (__rc_string_base<>::~__rc_string_base,
+ __rc_string_base(const __rc_string_base&), _M_assign, _M_reserve,
+ _M_mutate): Adjust.
+ * include/ext/vstring_util.h: Minor stylistic fixes.
+
2005-11-18 Paolo Carlini <pcarlini@suse.de>
* include/ext/rc_string_base.h (__rc_string_base<>::_Rep): Avoid the