Merge macro changes for Boost.Function to release branch

[SVN r82054]
This commit is contained in:
Marshall Clow
2012-12-17 17:50:38 +00:00
parent 3ac49dc978
commit 352cb183fe
2 changed files with 6 additions and 6 deletions

View File

@ -733,7 +733,7 @@ static void test_move_semantics()
BOOST_CHECK(!f1.empty());
BOOST_CHECK(global_int == 1);
#ifndef BOOST_NO_RVALUE_REFERENCES
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
// Testing rvalue constructors
f1_type f2(static_cast<f1_type&&>(f1));
BOOST_CHECK(f1.empty());