mirror of
https://github.com/boostorg/optional.git
synced 2025-11-01 08:11:44 +01: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