2017-09-19 09:00:52 +02:00
|
|
|
--- a/b/boost/boost/config/workaround.hpp
|
|
|
|
+++ a/b/boost/boost/config/workaround.hpp
|
|
|
|
@@ -237,6 +237,13 @@
|
|
|
|
#else
|
|
|
|
#define BOOST_INTEL_WORKAROUND_GUARD 0
|
|
|
|
#endif
|
|
|
|
+
|
2017-02-01 12:49:48 +01:00
|
|
|
+#ifndef BOOST_GCC_VERSION
|
|
|
|
+#define BOOST_GCC_VERSION_WORKAROUND_GUARD 1
|
|
|
|
+#else
|
|
|
|
+#define BOOST_GCC_VERSION_WORKAROUND_GUARD 0
|
|
|
|
+#endif
|
|
|
|
+
|
2017-09-19 09:00:52 +02:00
|
|
|
// Always define to zero, if it's used it'll be defined my MPL:
|
|
|
|
#define BOOST_MPL_CFG_GCC_WORKAROUND_GUARD 0
|
2016-01-29 16:12:30 +01:00
|
|
|
|