diff --git a/test/is_copy_constructible_test.cpp b/test/is_copy_constructible_test.cpp index b8e3c46..6829092 100644 --- a/test/is_copy_constructible_test.cpp +++ b/test/is_copy_constructible_test.cpp @@ -90,9 +90,7 @@ BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_constructible::value, fals BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_constructible::value, false); // Requires some basic support from Boost.Move in C++03 -#ifndef BOOST_NO_CXX11_DELETED_FUNCTIONS // TODO: remove when Boost.Move will be patched BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_constructible::value, false); -#endif BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_constructible::value, true); BOOST_CHECK_INTEGRAL_CONSTANT(::tt::is_copy_constructible::value, true);