Commit 03b2a9a5 by Paolo Carlini Committed by Paolo Carlini

stl_algobase.h: Include the full <utility>, per UK-300.

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
parent 36c37128
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> 2009-11-11 Jason Merrill <jason@redhat.com>
* testsuite/Makefile.am: Remove use of baseline_file. * testsuite/Makefile.am: Remove use of baseline_file.
......
...@@ -61,8 +61,6 @@ ...@@ -61,8 +61,6 @@
#include <bits/algorithmfwd.h> #include <bits/algorithmfwd.h>
#include <bits/stl_heap.h> #include <bits/stl_heap.h>
#include <bits/stl_tempbuf.h> // for _Temporary_buffer #include <bits/stl_tempbuf.h> // for _Temporary_buffer
#include <debug/debug.h>
#include <initializer_list>
// See concept_check.h for the __glibcxx_*_requires macros. // See concept_check.h for the __glibcxx_*_requires macros.
......
...@@ -63,13 +63,12 @@ ...@@ -63,13 +63,12 @@
#include <bits/cpp_type_traits.h> #include <bits/cpp_type_traits.h>
#include <ext/type_traits.h> #include <ext/type_traits.h>
#include <ext/numeric_traits.h> #include <ext/numeric_traits.h>
#include <bits/stl_pair.h>
#include <bits/stl_iterator_base_types.h> #include <bits/stl_iterator_base_types.h>
#include <bits/stl_iterator_base_funcs.h> #include <bits/stl_iterator_base_funcs.h>
#include <bits/stl_iterator.h> #include <bits/stl_iterator.h>
#include <bits/concept_check.h> #include <bits/concept_check.h>
#include <debug/debug.h> #include <debug/debug.h>
#include <bits/move.h> // For std::swap and _GLIBCXX_MOVE #include <utility> // UK-300.
_GLIBCXX_BEGIN_NAMESPACE(std) _GLIBCXX_BEGIN_NAMESPACE(std)
......
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