From df364f37f2576cfe49e6dd06a16940cdbe8ffb89 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 23 Dec 2011 23:54:41 +0000 Subject: [PATCH] std::move is in . [SVN r76125] --- test/intrusive_ptr_move_test.cpp | 3 +-- test/shared_ptr_move_test.cpp | 1 + test/weak_ptr_move_test.cpp | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/intrusive_ptr_move_test.cpp b/test/intrusive_ptr_move_test.cpp index b5f0e65..3faf16e 100644 --- a/test/intrusive_ptr_move_test.cpp +++ b/test/intrusive_ptr_move_test.cpp @@ -30,8 +30,7 @@ #include #include #include -#include -#include +#include #if defined( BOOST_HAS_RVALUE_REFS ) diff --git a/test/shared_ptr_move_test.cpp b/test/shared_ptr_move_test.cpp index c02ffa9..82ba9d6 100644 --- a/test/shared_ptr_move_test.cpp +++ b/test/shared_ptr_move_test.cpp @@ -10,6 +10,7 @@ #include #include +#include #if defined( BOOST_HAS_RVALUE_REFS ) diff --git a/test/weak_ptr_move_test.cpp b/test/weak_ptr_move_test.cpp index 572b13d..4df3691 100644 --- a/test/weak_ptr_move_test.cpp +++ b/test/weak_ptr_move_test.cpp @@ -10,6 +10,7 @@ #include #include +#include #if defined( BOOST_HAS_RVALUE_REFS )