localename.cc: Remove stdexcept include.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 13 Feb 2002 18:29:12 +0000 (18:29 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 13 Feb 2002 18:29:12 +0000 (18:29 +0000)
2002-02-13  Benjamin Kosnik  <bkoz@redhat.com>

* src/localename.cc: Remove stdexcept include.
* src/locale-inst.cc: Same.
* src/locale.cc: Same.
* src/functexcept.cc: Remove string includes.
* include/std/std_bitset.h: Remove stdexcept include.
* testsuite/23_containers/bitset_members.cc: Add stdexcept.

From-SVN: r49740

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/std_bitset.h
libstdc++-v3/src/functexcept.cc
libstdc++-v3/src/locale-inst.cc
libstdc++-v3/src/locale.cc
libstdc++-v3/src/localename.cc
libstdc++-v3/testsuite/23_containers/bitset_ctor.cc
libstdc++-v3/testsuite/23_containers/bitset_members.cc

index 7c8a20f25f0bf6ed101be21a231dd9e2ece4ca2b..bd58c7e34a9a4aed11edd22608019f1781d63999 100644 (file)
@@ -1,4 +1,14 @@
-2002-02-11   Benjamin Kosnik  <bkoz@redhat.com>
+2002-02-13  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * src/localename.cc: Remove stdexcept include.
+       * src/locale-inst.cc: Same.
+       * src/locale.cc: Same.
+       * src/functexcept.cc: Remove string includes.
+       * include/std/std_bitset.h: Remove stdexcept include.
+       * testsuite/23_containers/bitset_members.cc: Add stdexcept.
+       * testsuite/23_containers/bitset_ctor.cc: Same.
+
+2002-02-11  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/bits/stl_algo (__stl_threshold): Declare external.    
        (__stl_chunk_size): Same.
index 6abd106213f049a7318c68c4f408326eceedad4b..a613439813088841582ceb6e3a44b8ea1a606808 100644 (file)
@@ -64,7 +64,6 @@
 #include <cstddef>     // for size_t
 #include <cstring>     // for memset
 #include <string>
-#include <stdexcept>
 #include <bits/functexcept.h>   // for invalid_argument, out_of_range, 
                                 // overflow_error
 #include <ostream>     // for ostream (operator<<)
index 9798e8f2ca0a1accc39d9e693f4c9b4c24e0b350..dab6f2f31994827b76e5d431482fea5732189a6b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2001 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 #include <bits/functexcept.h>
 #include <cstdlib>
 #include <exception>
+#include <stdexcept>
 #include <new>
 #include <typeinfo>
-#include <stdexcept>
 #include <ios>
-#include <string>
 
 namespace std 
 {
index ff0dfd533f21b9699d15da4e5fba46eece901b54..598c3c3869de24005dcda12fdcef99fa4fe28549 100644 (file)
@@ -37,7 +37,6 @@
 #include <cassert>
 #include <limits>
 #include <exception>
-#include <stdexcept>
 #include <locale>
 #include <istream>
 #include <ostream>
index 52091827259f597a275bac4be31a13a51d2d6fed..0cea95b386aae396f929a855126670f2637e9611 100644 (file)
@@ -1,4 +1,5 @@
-// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+// Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -31,7 +32,6 @@
 #include <cctype>
 #include <limits>
 #include <exception>
-#include <stdexcept>
 #include <locale>
 #include <istream>
 #include <ostream>
index 816f7581c121853dc97389f19eec7c417810b6ff..ad816486705be39ba4fca7a6e9e980f67448508f 100644 (file)
@@ -1,4 +1,5 @@
-// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
+// Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -29,7 +30,6 @@
 #include <cstring>
 #include <locale>
 #include <vector>
-#include <stdexcept>
 
 namespace std
 {
index 8f9008ff058bac5b7582093e2ecb9339ac8b4df6..c568e22af569f00f52c5c29997963783711db3f2 100644 (file)
@@ -1,6 +1,6 @@
 // 1999-06-08 bkoz
 
-// Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+// Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -22,6 +22,7 @@
 
 #include <string>
 #include <bitset>
+#include <stdexcept>
 #include <testsuite_hooks.h>
 
 bool test01(void)
index f9a9726c198ee1a074b0e3dba95fbcb7f0305b27..a87b88db6495fabd52c43429b83de4079ce5b475 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-06-03 pme
 
-// Copyright (C) 2001 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -21,6 +21,7 @@
 // 23.3.5.2 bitset members
 
 #include <bitset>
+#include <stdexcept>
 #include <testsuite_hooks.h>
 
 void