-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.
#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<<)
-// 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
{
#include <cassert>
#include <limits>
#include <exception>
-#include <stdexcept>
#include <locale>
#include <istream>
#include <ostream>
-// 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
#include <cctype>
#include <limits>
#include <exception>
-#include <stdexcept>
#include <locale>
#include <istream>
#include <ostream>
-// 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
#include <cstring>
#include <locale>
#include <vector>
-#include <stdexcept>
namespace std
{
// 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
#include <string>
#include <bitset>
+#include <stdexcept>
#include <testsuite_hooks.h>
bool test01(void)
// 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
// 23.3.5.2 bitset members
#include <bitset>
+#include <stdexcept>
#include <testsuite_hooks.h>
void