Merge pull request #32 from pgroke-dt/z_OS_XL_C++_support

don't define BOOST_SP_HAS_SYNC for z/OS XL C/C++ compiler
This commit is contained in:
Peter Dimov
2017-02-25 13:38:33 +02:00
committed by GitHub

View File

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