diff --git a/test/std_interop_test11.cpp b/test/std_interop_test11.cpp index 144f1c1..8374e1a 100644 --- a/test/std_interop_test11.cpp +++ b/test/std_interop_test11.cpp @@ -6,11 +6,16 @@ #include #include #include -#include +#include #if !defined(BOOST_SYSTEM_HAS_SYSTEM_ERROR) -BOOST_PRAGMA_MESSAGE( "BOOST_SYSTEM_HAS_SYSTEM_ERROR not defined, test will be skipped" ) +BOOST_PRAGMA_MESSAGE( "Skipping test, BOOST_SYSTEM_HAS_SYSTEM_ERROR not defined" ) +int main() {} + +#elif defined(BOOST_LIBSTDCXX_VERSION) && BOOST_LIBSTDCXX_VERSION < 50000 + +BOOST_PRAGMA_MESSAGE( "Skipping test, BOOST_LIBSTDCXX_VERSION < 50000" ) int main() {} #else