From 74a684232f990db15c2f549523ce030fac71c04e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:46:26 -0400 Subject: [PATCH] spelling: defined Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- test/optional_test_noexcept_move.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()