forked from boostorg/config
Support BOOST_GCC guards in BOOST_WORKAROUND
This commit is contained in:
@ -85,6 +85,11 @@
|
|||||||
#else
|
#else
|
||||||
#define __GNUC_PATCHLEVEL___WORKAROUND_GUARD 0
|
#define __GNUC_PATCHLEVEL___WORKAROUND_GUARD 0
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef BOOST_GCC
|
||||||
|
#define BOOST_GCC_WORKAROUND_GUARD 1
|
||||||
|
#else
|
||||||
|
#define BOOST_GCC_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