aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/ropeimpl.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2003-04-28 23:05:57 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2003-04-28 23:05:57 +0000
commit988ad90d003221abfb91157ef289f702b055a8fd (patch)
tree7f56a8cb32f19328c45d4c82a33c36a558fbdd8a /libstdc++-v3/include/ext/ropeimpl.h
parent6ef4b79c95c5494878bbea87a9cda9e45a75e163 (diff)
downloadgcc-988ad90d003221abfb91157ef289f702b055a8fd.zip
gcc-988ad90d003221abfb91157ef289f702b055a8fd.tar.gz
gcc-988ad90d003221abfb91157ef289f702b055a8fd.tar.bz2
localename.cc: Standardize exception strings.
2003-04-28 Benjamin Kosnik <bkoz@redhat.com> * src/localename.cc: Standardize exception strings. * src/locale.cc: Same. * src/ios.cc: Same. * include/bits/basic_string.tcc: Same. * include/bits/basic_ios.tcc: Same. * include/std/std_bitset.h: Same. * include/ext/ropeimpl.h: Same. * include/bits/stl_vector.h: Same. * include/bits/stl_deque.h: Same. * include/bits/stl_bvector.h: Same. * config/locale/generic/c_locale.cc: Same. * config/locale/gnu/c_locale.cc: Same. * config/locale/ieee_1003.1-2001/codecvt_specializations.h: Same. * testsuite/testsuite_hooks.cc (__gnu_cxx_test): Modify. From-SVN: r66192
Diffstat (limited to 'libstdc++-v3/include/ext/ropeimpl.h')
-rw-r--r--libstdc++-v3/include/ext/ropeimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/ropeimpl.h b/libstdc++-v3/include/ext/ropeimpl.h
index 91bd5e0..a1fba60 100644
--- a/libstdc++-v3/include/ext/ropeimpl.h
+++ b/libstdc++-v3/include/ext/ropeimpl.h
@@ -1121,7 +1121,7 @@ rope<_CharT,_Alloc>::_S_balance(_RopeRep* __r)
}
if (__result->_M_depth > _RopeRep::_S_max_rope_depth)
- __throw_length_error("rope too long");
+ __throw_length_error("rope::_S_balance");
return(__result);
}