mirror of
https://github.com/boostorg/config.git
synced 2026-01-19 04:02:17 +00:00
Merge pull request #532 from boostorg/pr/libstdcxx-workaround-guard
Add BOOST_LIBSTDCXX_VERSION_WORKAROUND_GUARD
This commit is contained in:
@@ -264,6 +264,11 @@
|
|||||||
#else
|
#else
|
||||||
#define BOOST_CLANG_VERSION_WORKAROUND_GUARD 0
|
#define BOOST_CLANG_VERSION_WORKAROUND_GUARD 0
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef BOOST_LIBSTDCXX_VERSION
|
||||||
|
#define BOOST_LIBSTDCXX_VERSION_WORKAROUND_GUARD 1
|
||||||
|
#else
|
||||||
|
#define BOOST_LIBSTDCXX_VERSION_WORKAROUND_GUARD 0
|
||||||
|
#endif
|
||||||
|
|
||||||
// Always define to zero, if it's used it'll be defined my MPL:
|
// Always define to zero, if it's used it'll be defined my MPL:
|
||||||
#define BOOST_MPL_CFG_GCC_WORKAROUND_GUARD 0
|
#define BOOST_MPL_CFG_GCC_WORKAROUND_GUARD 0
|
||||||
|
|||||||
Reference in New Issue
Block a user