|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r76125 - trunk/libs/smart_ptr/test
From: pdimov_at_[hidden]
Date: 2011-12-23 18:54:41
Author: pdimov
Date: 2011-12-23 18:54:41 EST (Fri, 23 Dec 2011)
New Revision: 76125
URL: http://svn.boost.org/trac/boost/changeset/76125
Log:
std::move is in <utility>.
Text files modified:
trunk/libs/smart_ptr/test/intrusive_ptr_move_test.cpp | 3 +--
trunk/libs/smart_ptr/test/shared_ptr_move_test.cpp | 1 +
trunk/libs/smart_ptr/test/weak_ptr_move_test.cpp | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/libs/smart_ptr/test/intrusive_ptr_move_test.cpp
==============================================================================
--- trunk/libs/smart_ptr/test/intrusive_ptr_move_test.cpp (original)
+++ trunk/libs/smart_ptr/test/intrusive_ptr_move_test.cpp 2011-12-23 18:54:41 EST (Fri, 23 Dec 2011)
@@ -30,8 +30,7 @@
#include <boost/intrusive_ptr.hpp>
#include <boost/detail/atomic_count.hpp>
#include <boost/config.hpp>
-#include <algorithm>
-#include <functional>
+#include <utility>
#if defined( BOOST_HAS_RVALUE_REFS )
Modified: trunk/libs/smart_ptr/test/shared_ptr_move_test.cpp
==============================================================================
--- trunk/libs/smart_ptr/test/shared_ptr_move_test.cpp (original)
+++ trunk/libs/smart_ptr/test/shared_ptr_move_test.cpp 2011-12-23 18:54:41 EST (Fri, 23 Dec 2011)
@@ -10,6 +10,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/detail/lightweight_test.hpp>
+#include <utility>
#if defined( BOOST_HAS_RVALUE_REFS )
Modified: trunk/libs/smart_ptr/test/weak_ptr_move_test.cpp
==============================================================================
--- trunk/libs/smart_ptr/test/weak_ptr_move_test.cpp (original)
+++ trunk/libs/smart_ptr/test/weak_ptr_move_test.cpp 2011-12-23 18:54:41 EST (Fri, 23 Dec 2011)
@@ -10,6 +10,7 @@
#include <boost/weak_ptr.hpp>
#include <boost/detail/lightweight_test.hpp>
+#include <utility>
#if defined( BOOST_HAS_RVALUE_REFS )
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk