mirror of
https://github.com/boostorg/optional.git
synced 2025-07-15 21:32:17 +02:00
bug fixes
This commit is contained in:
@ -175,7 +175,7 @@ void test_const_move()
|
||||
}
|
||||
|
||||
|
||||
#ifndef BOOST_NO_CXX11_REF_QUALIFIERS
|
||||
#if (!defined BOOST_NO_CXX11_REF_QUALIFIERS) && (!defined BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES)
|
||||
struct MoveOnly
|
||||
{
|
||||
explicit MoveOnly(int){}
|
||||
|
Reference in New Issue
Block a user