From: Paolo Carlini Date: Sat, 6 Mar 2004 16:55:28 +0000 (+0000) Subject: locale_facets.tcc: Tweak the comment preceding has_facet: doesn't throw. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c2cc7b37aca08ebab5341b409418c98d583507a;p=gcc.git locale_facets.tcc: Tweak the comment preceding has_facet: doesn't throw. 2004-03-06 Paolo Carlini * include/bits/locale_facets.tcc: Tweak the comment preceding has_facet: doesn't throw. From-SVN: r79022 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 94d0e902b3e..e146e484ca9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-03-06 Paolo Carlini + + * include/bits/locale_facets.tcc: Tweak the comment preceding + has_facet: doesn't throw. + 2004-03-06 Paolo Carlini * testsuite/22_locale/money_get/get/char/1.cc: Clean up. diff --git a/libstdc++-v3/include/bits/locale_facets.tcc b/libstdc++-v3/include/bits/locale_facets.tcc index 705a11f769e..fe4bec0beea 100644 --- a/libstdc++-v3/include/bits/locale_facets.tcc +++ b/libstdc++-v3/include/bits/locale_facets.tcc @@ -79,7 +79,6 @@ namespace std * @param Facet The facet type to test the presence of. * @param locale The locale to test. * @return true if locale contains a facet of type Facet, else false. - * @throw std::bad_cast if locale doesn't contain the facet. */ template inline bool