Commit bcc0edbb by Paolo Carlini Committed by Paolo Carlini

user_facet_hierarchies.cc: Do not include <cassert>.

2008-01-08  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
	not include <cassert>.
	* testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
	Likewise.
	* testsuite/util/testsuite_common_types.h: Include <algorithm>.

From-SVN: r131402
parent cedbd764
2008-01-08 Paolo Carlini <pcarlini@suse.de>
* testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
not include <cassert>.
* testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
Likewise.
* testsuite/util/testsuite_common_types.h: Include <algorithm>.
2008-01-08 Jakub Jelinek <jakub@redhat.com> 2008-01-08 Jakub Jelinek <jakub@redhat.com>
* configure.ac (--enable-linux-futex): Add new configure option. * configure.ac (--enable-linux-futex): Add new configure option.
......
// Copyright (C) 2007 Free Software Foundation // Copyright (C) 2007, 2008 Free Software Foundation
// //
// 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
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <string> #include <string>
#include <locale> #include <locale>
#include <cassert>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
// Based on Langer Kreft "Standard C++ IOStreams and Locales" p 316-318 // Based on Langer Kreft "Standard C++ IOStreams and Locales" p 316-318
......
// Copyright (C) 2007 Free Software Foundation // Copyright (C) 2007, 2008 Free Software Foundation
// //
// 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
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <string> #include <string>
#include <locale> #include <locale>
#include <cassert>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
// Based on Langer Kreft "Standard C++ IOStreams and Locales" p 316-318 // Based on Langer Kreft "Standard C++ IOStreams and Locales" p 316-318
......
// -*- C++ -*- // -*- C++ -*-
// typelist for the C++ library testsuite. // typelist for the C++ library testsuite.
// //
// Copyright (C) 2005, 2007 Free Software Foundation, Inc. // Copyright (C) 2005, 2006, 2007, 2008 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
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
#include <ext/bitmap_allocator.h> #include <ext/bitmap_allocator.h>
#include <ext/pool_allocator.h> #include <ext/pool_allocator.h>
#include <algorithm>
#include <vector> #include <vector>
#include <list> #include <list>
#include <deque> #include <deque>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment