From 19020ce9259e317bc3f2b38d780c1316f9414918 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 24 Aug 2022 23:37:03 +0300 Subject: [PATCH] Disable std_interop_test15 on g++ 4.8/4.9 --- test/std_interop_test15.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/std_interop_test15.cpp b/test/std_interop_test15.cpp index 66a953b..64038e5 100644 --- a/test/std_interop_test15.cpp +++ b/test/std_interop_test15.cpp @@ -13,6 +13,11 @@ BOOST_PRAGMA_MESSAGE( "BOOST_SYSTEM_HAS_SYSTEM_ERROR not defined, test will be skipped" ) int main() {} +#elif defined(BOOST_SYSTEM_AVOID_STD_GENERIC_CATEGORY) + +BOOST_PRAGMA_MESSAGE( "Skipping test, BOOST_SYSTEM_AVOID_STD_GENERIC_CATEGORY is defined" ) +int main() {} + #else #include