OSDN Git Service

2008-01-08 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Jan 2008 18:16:06 +0000 (18:16 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Jan 2008 18:16:06 +0000 (18:16 +0000)
* 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>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131402 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/global_templates/standard_facet_hierarchies.cc
libstdc++-v3/testsuite/22_locale/global_templates/user_facet_hierarchies.cc
libstdc++-v3/testsuite/util/testsuite_common_types.h

index a5b54c4..b507039 100644 (file)
@@ -1,3 +1,11 @@
+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>
 
        * configure.ac (--enable-linux-futex): Add new configure option.
index bc089ca..fa915a5 100644 (file)
@@ -1,4 +1,4 @@
-// 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
 // software; you can redistribute it and/or modify it under the
@@ -18,7 +18,6 @@
 
 #include <string>
 #include <locale>
-#include <cassert>
 #include <testsuite_hooks.h>
 
 // Based on Langer Kreft "Standard C++ IOStreams and Locales" p 316-318
index 139223f..6ef4b77 100644 (file)
@@ -1,4 +1,4 @@
-// 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
 // software; you can redistribute it and/or modify it under the
@@ -18,7 +18,6 @@
 
 #include <string>
 #include <locale>
-#include <cassert>
 #include <testsuite_hooks.h>
 
 // Based on Langer Kreft "Standard C++ IOStreams and Locales" p 316-318
index b560ae3..78fe1fe 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 // 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
 // software; you can redistribute it and/or modify it under the
@@ -40,6 +40,8 @@
 #include <ext/bitmap_allocator.h>
 #include <ext/pool_allocator.h>
 
+#include <algorithm>
+
 #include <vector>
 #include <list>
 #include <deque>