From 3bb4e4d2df089706bb43b2a2969d0264031a0656 Mon Sep 17 00:00:00 2001 From: Paul Groke Date: Sat, 25 Feb 2017 05:44:04 +0100 Subject: [PATCH] don't define BOOST_SP_HAS_SYNC for z/OS XL C/C++ compiler --- include/boost/smart_ptr/detail/sp_has_sync.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/smart_ptr/detail/sp_has_sync.hpp b/include/boost/smart_ptr/detail/sp_has_sync.hpp index 0c4727c..e1debf0 100644 --- a/include/boost/smart_ptr/detail/sp_has_sync.hpp +++ b/include/boost/smart_ptr/detail/sp_has_sync.hpp @@ -26,7 +26,7 @@ # define BOOST_SP_HAS_SYNC -#elif defined( __IBMCPP__ ) && ( __IBMCPP__ >= 1210 ) +#elif defined( __IBMCPP__ ) && ( __IBMCPP__ >= 1210 ) && !defined( __COMPILER_VER__ ) # define BOOST_SP_HAS_SYNC