forked from boostorg/optional
spelling: defined
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
6f85014c00
commit
74a684232f
@ -105,7 +105,7 @@ void test_noexcept_optional_with_operator() // compile-time test
|
|||||||
BOOST_STATIC_ASSERT(!BOOST_NOEXCEPT_EXPR( onx0 = ONx0() ));
|
BOOST_STATIC_ASSERT(!BOOST_NOEXCEPT_EXPR( onx0 = ONx0() ));
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // !defned BOOST_NO_CXX11_NOEXCEPT
|
#endif // !defined BOOST_NO_CXX11_NOEXCEPT
|
||||||
#endif // !defined BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
|
#endif // !defined BOOST_OPTIONAL_DETAIL_NO_RVALUE_REFERENCES
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
Reference in New Issue
Block a user