|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r76164 - in branches/release: . libs libs/smart_ptr/test status
From: pdimov_at_[hidden]
Date: 2011-12-25 19:25:43
Author: pdimov
Date: 2011-12-25 19:25:42 EST (Sun, 25 Dec 2011)
New Revision: 76164
URL: http://svn.boost.org/trac/boost/changeset/76164
Log:
Merge [76125], [76126] to release.
Properties modified:
branches/release/ (props changed)
branches/release/libs/ (props changed)
branches/release/status/ (props changed)
branches/release/status/explicit-failures-markup.xml (contents, props changed)
Text files modified:
branches/release/libs/smart_ptr/test/intrusive_ptr_move_test.cpp | 3 +--
branches/release/libs/smart_ptr/test/shared_ptr_move_test.cpp | 1 +
branches/release/libs/smart_ptr/test/weak_ptr_move_test.cpp | 1 +
branches/release/status/explicit-failures-markup.xml | 5 -----
4 files changed, 3 insertions(+), 7 deletions(-)
Modified: branches/release/libs/smart_ptr/test/intrusive_ptr_move_test.cpp
==============================================================================
--- branches/release/libs/smart_ptr/test/intrusive_ptr_move_test.cpp (original)
+++ branches/release/libs/smart_ptr/test/intrusive_ptr_move_test.cpp 2011-12-25 19:25:42 EST (Sun, 25 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: branches/release/libs/smart_ptr/test/shared_ptr_move_test.cpp
==============================================================================
--- branches/release/libs/smart_ptr/test/shared_ptr_move_test.cpp (original)
+++ branches/release/libs/smart_ptr/test/shared_ptr_move_test.cpp 2011-12-25 19:25:42 EST (Sun, 25 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: branches/release/libs/smart_ptr/test/weak_ptr_move_test.cpp
==============================================================================
--- branches/release/libs/smart_ptr/test/weak_ptr_move_test.cpp (original)
+++ branches/release/libs/smart_ptr/test/weak_ptr_move_test.cpp 2011-12-25 19:25:42 EST (Sun, 25 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 )
Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml (original)
+++ branches/release/status/explicit-failures-markup.xml 2011-12-25 19:25:42 EST (Sun, 25 Dec 2011)
@@ -2999,11 +2999,6 @@
<note refid="31" author="Peter Dimov"/>
</mark-expected-failures>
<mark-expected-failures>
- <test name="shared_ptr_move_test"/>
- <toolset name="*"/>
- <note refid="40" author="Boris Gubenko"/>
- </mark-expected-failures>
- <mark-expected-failures>
<test name="sp_convertible_test"/>
<test name="wp_convertible_test"/>
<test name="ip_convertible_test"/>
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