diff --git a/test/cpp11_pointer_cast_test.cpp b/test/cpp11_pointer_cast_test.cpp index 759c4c6..688b34e 100644 --- a/test/cpp11_pointer_cast_test.cpp +++ b/test/cpp11_pointer_cast_test.cpp @@ -9,28 +9,14 @@ // #include - -#include -#include -#include #include - +#include +#include +#include #include #include #include -#if defined( BOOST_NO_CXX11_RVALUE_REFERENCES ) \ - || defined( BOOST_NO_CXX11_HDR_FUNCTIONAL ) \ - || defined( BOOST_NO_CXX11_HDR_UTILITY ) \ - || defined( BOOST_NO_CXX11_LAMBDAS ) \ - || defined( BOOST_NO_CXX11_RVALUE_REFERENCES ) - -// We expect all the features or none of the features to be -// available, since we should be on C++11 -int main() { return 0; } - -#else - namespace { @@ -221,4 +207,3 @@ int main() return boost::report_errors(); } -#endif