forked from boostorg/config
add _WORKAROUND_GUARD macros for BOOST_XLCPP_ZOS
This commit is contained in:
@ -90,6 +90,11 @@
|
|||||||
#else
|
#else
|
||||||
#define BOOST_GCC_WORKAROUND_GUARD 0
|
#define BOOST_GCC_WORKAROUND_GUARD 0
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef BOOST_XLCPP_ZOS
|
||||||
|
#define BOOST_XLCPP_ZOS_WORKAROUND_GUARD 1
|
||||||
|
#else
|
||||||
|
#define BOOST_XLCPP_ZOS_WORKAROUND_GUARD 0
|
||||||
|
#endif
|
||||||
#ifndef __IBMCPP__
|
#ifndef __IBMCPP__
|
||||||
#define __IBMCPP___WORKAROUND_GUARD 1
|
#define __IBMCPP___WORKAROUND_GUARD 1
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user