diff --git a/test/optional_test_noexcept_move.cpp b/test/optional_test_noexcept_move.cpp index 2e270ed..258bacd 100644 --- a/test/optional_test_noexcept_move.cpp +++ b/test/optional_test_noexcept_move.cpp @@ -105,7 +105,7 @@ void test_noexcept_optional_with_operator() // compile-time test 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 int main()