This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r107309 - in /branches/libstdcxx_so_7-branch/li...


Author: paolo
Date: Mon Nov 21 15:40:11 2005
New Revision: 107309

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107309
Log:
2005-11-21  Paolo Carlini  <pcarlini@suse.de>

	* include/ext/sso_string.h: Minor formatting and stylistic fixes.
	(__sso_string<>::_M_get_allocator): Return by const ref.
	* include/ext/rc_string.h: Likewise.
	(__rc_string<>::_M_get_allocator): Return by const ref.
	(__rc_string<>::_M_dispose): Take void, use _M_get_allocator.
	(__rc_string<>::_M_grab): Take one alloc, use _M_get_allocator.
	(__rc_string<>::~__rc_string, __rc_string(const __rc_string&),
	_M_assign, _M_reserve, _M_mutate): Adjust.
	* include/ext/string_util.h: Minor stylistic fixes.

Modified:
    branches/libstdcxx_so_7-branch/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch
    branches/libstdcxx_so_7-branch/libstdc++-v3/include/ext/rc_string.h
    branches/libstdcxx_so_7-branch/libstdc++-v3/include/ext/sso_string.h
    branches/libstdcxx_so_7-branch/libstdc++-v3/include/ext/string_util.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]