]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stl_algobase.h: Include the full <utility>, per UK-300.
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 12 Nov 2009 18:45:23 +0000 (18:45 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 12 Nov 2009 18:45:23 +0000 (18:45 +0000)
2009-11-12  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_algobase.h: Include the full <utility>, per
UK-300.
* include/bits/stl_algo.h: Tweak includes.

From-SVN: r154126

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/bits/stl_algobase.h

index 2721405a424d099fe3ad31a1d425d9286d4e7b8a..9357038cf84fe531873f1729632c0c0defcb60af 100644 (file)
@@ -1,3 +1,9 @@
+2009-11-12  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/bits/stl_algobase.h: Include the full <utility>, per
+       UK-300.
+       * include/bits/stl_algo.h: Tweak includes.
+
 2009-11-11  Jason Merrill  <jason@redhat.com>
 
        * testsuite/Makefile.am: Remove use of baseline_file.
index 9b6f2afb9ec333f83fe2b1877757b55583996bb8..088414d097fef22431895a62a05eda5516615290 100644 (file)
@@ -61,8 +61,6 @@
 #include <bits/algorithmfwd.h>
 #include <bits/stl_heap.h>
 #include <bits/stl_tempbuf.h>  // for _Temporary_buffer
-#include <debug/debug.h>
-#include <initializer_list>
 
 // See concept_check.h for the __glibcxx_*_requires macros.
 
index f9c3ab2b42885752c088a8b8d38f9edf76a0892d..5feeebebc2df6288775c7c958dc28b7fcb29edb3 100644 (file)
 #include <bits/cpp_type_traits.h>
 #include <ext/type_traits.h>
 #include <ext/numeric_traits.h>
-#include <bits/stl_pair.h>
 #include <bits/stl_iterator_base_types.h>
 #include <bits/stl_iterator_base_funcs.h>
 #include <bits/stl_iterator.h>
 #include <bits/concept_check.h>
 #include <debug/debug.h>
-#include <bits/move.h> // For std::swap and _GLIBCXX_MOVE
+#include <utility> // UK-300.
 
 _GLIBCXX_BEGIN_NAMESPACE(std)