Disable std_interop_test15 on g++ 4.8/4.9

This commit is contained in:
Peter Dimov
2022-08-24 23:37:03 +03:00
parent 3faf415026
commit 19020ce925

View File

@ -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 <system_error>