mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 05:44:26 +02:00
A number of places use BOOST_GCC_VERSION rather than just BOOST_GCC when testing workarounds so we need to define BOOST_GCC_VERSION_WORKAROUND_GUARD also.
This commit is contained in:
@@ -87,8 +87,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifndef BOOST_GCC
|
#ifndef BOOST_GCC
|
||||||
#define BOOST_GCC_WORKAROUND_GUARD 1
|
#define BOOST_GCC_WORKAROUND_GUARD 1
|
||||||
|
#define BOOST_GCC_VERSION_WORKAROUND_GUARD 1
|
||||||
#else
|
#else
|
||||||
#define BOOST_GCC_WORKAROUND_GUARD 0
|
#define BOOST_GCC_WORKAROUND_GUARD 0
|
||||||
|
#define BOOST_GCC_VERSION_WORKAROUND_GUARD 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef BOOST_XLCPP_ZOS
|
#ifndef BOOST_XLCPP_ZOS
|
||||||
#define BOOST_XLCPP_ZOS_WORKAROUND_GUARD 1
|
#define BOOST_XLCPP_ZOS_WORKAROUND_GUARD 1
|
||||||
|
Reference in New Issue
Block a user