locale_facets.h (ctype<char>): Remove throw specs not in base class signature.
authorBenjamin Kosnik <bkoz@redhat.com>
Thu, 14 Dec 2000 09:07:01 +0000 (09:07 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 14 Dec 2000 09:07:01 +0000 (09:07 +0000)
2000-12-13  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/locale_facets.h (ctype<char>): Remove throw specs not in
base class signature.

From-SVN: r38249

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

index 440cbc4..2f08f4f 100644 (file)
@@ -1,5 +1,10 @@
 2000-12-13  Benjamin Kosnik  <bkoz@redhat.com>
 
+       * include/bits/locale_facets.h (ctype<char>): Remove throw specs not in
+       base class signature.
+
+2000-12-13  Benjamin Kosnik  <bkoz@redhat.com>
+
        * config/os/generic/bits/ctype_base.h (ctype_base): Consistency
        with linux.
        * config/os/generic/bits/ctype_inline.h (is): Same.
index c89bb21..51e7276 100644 (file)
@@ -232,16 +232,16 @@ namespace std
       ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0);
 
       inline bool 
-      is(mask __m, char __c) const throw();
+      is(mask __m, char __c) const;
  
       inline const char*
-      is(const char* __low, const char* __high, mask* __vec) const throw();
+      is(const char* __low, const char* __high, mask* __vec) const;
  
       inline const char*
-      scan_is(mask __m, const char* __low, const char* __high) const throw();
+      scan_is(mask __m, const char* __low, const char* __high) const;
 
       inline const char*
-      scan_not(mask __m, const char* __low, const char* __high) const throw();
+      scan_not(mask __m, const char* __low, const char* __high) const;
      
     protected:
       virtual