add _WORKAROUND_GUARD macros for BOOST_XLCPP_ZOS

This commit is contained in:
Paul Groke
2017-02-28 12:52:41 +01:00
parent ed79ada80e
commit 7f3e0414f0

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