algorithm: Include <utility>, per UK-300.
2009-11-13 Paolo Carlini <paolo.carlini@oracle.com> * include/std/algorithm: Include <utility>, per UK-300. * include/bits/stl_algobase.h: Don't do it here. From-SVN: r154152
This commit is contained in:
parent
a38f55dbfd
commit
8ad7097c11
@ -1,3 +1,8 @@
|
|||||||
|
2009-11-13 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
|
* include/std/algorithm: Include <utility>, per UK-300.
|
||||||
|
* include/bits/stl_algobase.h: Don't do it here.
|
||||||
|
|
||||||
2009-11-12 Paolo Carlini <paolo.carlini@oracle.com>
|
2009-11-12 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
* include/std/type_traits (declval): Add, per DR 1255.
|
* include/std/type_traits (declval): Add, per DR 1255.
|
||||||
|
@ -63,12 +63,13 @@
|
|||||||
#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 <utility> // UK-300.
|
#include <bits/move.h> // For std::swap and _GLIBCXX_MOVE
|
||||||
|
|
||||||
_GLIBCXX_BEGIN_NAMESPACE(std)
|
_GLIBCXX_BEGIN_NAMESPACE(std)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
// <algorithm> -*- C++ -*-
|
// <algorithm> -*- C++ -*-
|
||||||
|
|
||||||
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
|
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||||
// Free Software Foundation, Inc.
|
// 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
|
||||||
@ -58,6 +58,7 @@
|
|||||||
|
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
|
|
||||||
|
#include <utility> // UK-300.
|
||||||
#include <bits/stl_algobase.h>
|
#include <bits/stl_algobase.h>
|
||||||
#include <bits/stl_algo.h>
|
#include <bits/stl_algo.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user