aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/eh_globals.cc
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2005-11-30 13:20:40 +0000
committerPaolo Carlini <pcarlini@suse.de>2005-11-30 13:20:40 +0000
commit27182b4e2e79e6e26c5c38b992fd66dda5a3eae4 (patch)
tree2f458600b94c84072fda2e1fd98794a6224f4bbe /libstdc++-v3/libsupc++/eh_globals.cc
parent6bbc001cd6d9b9e502802beb33273ba83574e5cf (diff)
2005-11-30 Paolo Carlini <pcarlini@suse.de>
* include/ext/sso_string.h (__sso_string<>::_M_get_allocator): Add non const version. * include/ext/rc_string.h (__rc_string<>::_M_get_allocator): Likewise. * include/bits/basic_string.h (basic_string(__gnu_cxx::__rvalref<>): Use it. * include/bits/stl_vector.h (vector<>::_M_get_Tp_allocator): Change to return by ref and add non const version. (vector(const vector&), vector(__gnu_cxx::__rvalref<>)): Use it. * include/bits/stl_deque.h (deque<>::_M_get_Tp_allocator): Likewise. (deque(const deque&), deque(__gnu_cxx::__rvalref<>)): Likewise. (_M_destroy_data): Adjust. * include/ext/sso_string.h (__sso_string<>::_M_erase): Add. * include/ext/rc_string.h (__rc_string<>::_M_erase): Likewise. (_M_leak_hard): Use it. * include/bits/basic_string.h (basic_string<>::clear, erase, all versions): Use it. * include/bits/basic_string.tcc (basic_string<>::resize): Likewise. * include/bits/basic_string.h (basic_string<>::_M_replace_safe): Remove. * include/bits/basic_string.h (basic_string<>::_M_replace): New, does the in-place work or delegates to _M_mutate in case of reallocation. * include/bits/basic_string.tcc (basic_string<>::_M_replace_safe): Remove. * include/bits/basic_string.tcc (basic_string<>::_M_replace): Define. (assign, replace, _M_replace_dispatch, _M_replace_aux): Use it. * include/ext/sso_string.h (__sso_string<>::_M_mutate): Change to manage only reallocations. * include/ext/rc_string.h (__rc_string<>::_M_mutate): Likewise. * include/bits/basic_string.h (basic_string<>::insert(size_type, const basic_string&), insert(size_type, const basic_string&, size_type, size_type), insert(size_type, const _CharT*, size_type), insert(size_type, const _CharT*)): Delegate to replace. * include/bits/basic_string.h (basic_string<>::reserve): Move out of line. * include/bits/basic_string.tcc (basic_string<>::reserve): Do the checks and call _M_reserve. * include/bits/basic_string.h (basic_string<>::append): Call _M_reserve instead of reserve. * include/bits/basic_string.tcc (basic_string<>::append, all versions): Likewise. * include/ext/sso_string.h (__sso_string<>::_M_reserve): Adjust. * include/ext/rc_string.h (__rc_string<>::_M_reserve): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/libstdcxx_so_7-branch@107718 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/libsupc++/eh_globals.cc')
0 files changed, 0 insertions, 0 deletions