From 0c2cc7b37aca08ebab5341b409418c98d583507a Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 6 Mar 2004 16:55:28 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/include/bits/locale_facets.tcc | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2