OSDN Git Service

2004-03-06 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Mar 2004 16:55:28 +0000 (16:55 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 6 Mar 2004 16:55:28 +0000 (16:55 +0000)
* include/bits/locale_facets.tcc: Tweak the comment preceding
has_facet: doesn't throw.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79022 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 94d0e90..e146e48 100644 (file)
@@ -1,5 +1,10 @@
 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.
        * testsuite/22_locale/money_get/get/char/2.cc: Likewise.
        * testsuite/22_locale/money_get/get/char/3.cc: Likewise.
index 705a11f..fe4bec0 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