Removed usage of deprecated macros in Boost.Function

[SVN r81570]
This commit is contained in:
Marshall Clow
2012-11-26 18:47:49 +00:00
parent 9e30736439
commit 74a61f0252

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());