locale_facets.tcc: Tweak the comment preceding has_facet: doesn't throw.
authorPaolo Carlini <pcarlini@suse.de>
Sat, 6 Mar 2004 16:55:28 +0000 (16:55 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 6 Mar 2004 16:55:28 +0000 (16:55 +0000)
2004-03-06  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc: Tweak the comment preceding
has_facet: doesn't throw.

From-SVN: r79022

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc

index 94d0e902b3e9468aa6496fdc65e3eb9f30645095..e146e484ca9924b8e42d78130882a68868f6cebd 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-06  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/bits/locale_facets.tcc: Tweak the comment preceding
+       has_facet: doesn't throw.
+
 2004-03-06  Paolo Carlini  <pcarlini@suse.de>
 
        * testsuite/22_locale/money_get/get/char/1.cc: Clean up.
index 705a11f769ebb8b7367bf561ebbe66189988d095..fe4bec0beea3495d93bd67386f49cfca6bb0fd16 100644 (file)
@@ -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<typename _Facet>
     inline bool