mirror of
https://github.com/boostorg/function.git
synced 2025-07-04 00:06:31 +02:00
Merge macro changes for Boost.Function to release branch
[SVN r82054]
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user