localename.cc: Remove stdexcept include.
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
This commit is contained in:
parent
ce50cae8cf
commit
8dba028f10
@ -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.
|
* include/bits/stl_algo (__stl_threshold): Declare external.
|
||||||
(__stl_chunk_size): Same.
|
(__stl_chunk_size): Same.
|
||||||
|
@ -64,7 +64,6 @@
|
|||||||
#include <cstddef> // for size_t
|
#include <cstddef> // for size_t
|
||||||
#include <cstring> // for memset
|
#include <cstring> // for memset
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdexcept>
|
|
||||||
#include <bits/functexcept.h> // for invalid_argument, out_of_range,
|
#include <bits/functexcept.h> // for invalid_argument, out_of_range,
|
||||||
// overflow_error
|
// overflow_error
|
||||||
#include <ostream> // for ostream (operator<<)
|
#include <ostream> // for ostream (operator<<)
|
||||||
|
@ -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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
@ -28,11 +28,10 @@
|
|||||||
#include <bits/functexcept.h>
|
#include <bits/functexcept.h>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
#include <stdexcept>
|
||||||
#include <new>
|
#include <new>
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
#include <stdexcept>
|
|
||||||
#include <ios>
|
#include <ios>
|
||||||
#include <string>
|
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
|
@ -37,7 +37,6 @@
|
|||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <stdexcept>
|
|
||||||
#include <locale>
|
#include <locale>
|
||||||
#include <istream>
|
#include <istream>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
@ -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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
@ -31,7 +32,6 @@
|
|||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <stdexcept>
|
|
||||||
#include <locale>
|
#include <locale>
|
||||||
#include <istream>
|
#include <istream>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
@ -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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
@ -29,7 +30,6 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <locale>
|
#include <locale>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <stdexcept>
|
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// 1999-06-08 bkoz
|
// 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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
|
#include <stdexcept>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
bool test01(void)
|
bool test01(void)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// 2001-06-03 pme
|
// 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
|
// 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
|
// software; you can redistribute it and/or modify it under the
|
||||||
@ -21,6 +21,7 @@
|
|||||||
// 23.3.5.2 bitset members
|
// 23.3.5.2 bitset members
|
||||||
|
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
|
#include <stdexcept>
|
||||||
#include <testsuite_hooks.h>
|
#include <testsuite_hooks.h>
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user