]> gcc.gnu.org Git - gcc.git/commit
basic_string.h (erase(size_type, size_type), [...]): Call _M_mutate instead of _M_rep...
authorPaolo Carlini <pcarlini@suse.de>
Tue, 26 Oct 2004 21:16:58 +0000 (21:16 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 26 Oct 2004 21:16:58 +0000 (21:16 +0000)
commita6cb7068eb8b15fc807aeb5051ede637e92d033b
tree5d4368cbfae4ab27a7e7c8c1df2a6d1e758875a8
parent663174d3f5b4114e970566789a0a5840642c9ad7
basic_string.h (erase(size_type, size_type), [...]): Call _M_mutate instead of _M_replace_safe...

2004-10-26  Paolo Carlini  <pcarlini@suse.de>

* include/bits/basic_string.h (erase(size_type, size_type),
erase(iterator), erase(iterator, iterator)): Call _M_mutate
instead of _M_replace_safe, equivalent when the fourth argument
is zero and simpler.

From-SVN: r89608
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h
This page took 0.060352 seconds and 5 git commands to generate.