Merge pull request #124 from pgroke-dt/z_OS_workaround_support

add _WORKAROUND_GUARD macros for BOOST_XLCPP_ZOS
This commit is contained in:
jzmaddock
2017-03-03 18:25:15 +00:00
committed by GitHub

View File

@ -90,6 +90,11 @@
#else
#define BOOST_GCC_WORKAROUND_GUARD 0
#endif
#ifndef BOOST_XLCPP_ZOS
#define BOOST_XLCPP_ZOS_WORKAROUND_GUARD 1
#else
#define BOOST_XLCPP_ZOS_WORKAROUND_GUARD 0
#endif
#ifndef __IBMCPP__
#define __IBMCPP___WORKAROUND_GUARD 1
#else