basic_string.h (_M_replace_aux): Use the __N marker in throw message.
authorPaolo Carlini <pcarlini@suse.de>
Mon, 26 Jan 2004 20:23:20 +0000 (20:23 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 26 Jan 2004 20:23:20 +0000 (20:23 +0000)
commit0e50667c21342b76ed10043b6ed8fb07997842ac
treea1222ff3c00327231d163fb68fd8467a1236558f
parentd6456562b6801f0147fd10fa00c4fd76709d6b2b
basic_string.h (_M_replace_aux): Use the __N marker in throw message.

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

* include/bits/basic_string.h (_M_replace_aux): Use the
__N marker in throw message.
* include/bits/basic_string.tcc (assign(const _CharT*,
size_type), insert(size_type, const _CharT*, size_type),
replace(size_type, size_type, const _CharT*, size_type),
reserve, _Rep::_S_create, resize, _M_replace_dispatch):
Likewise.

* include/bits/basic_string.h, include/bits/basic_string.tcc:
Fold overlong lines, minor formatting changes.

From-SVN: r76664
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h
libstdc++-v3/include/bits/basic_string.tcc