summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rw-r--r--external/boost/boost_1_60_0.undef.warning.patch8
1 files changed, 1 insertions, 7 deletions
diff --git a/external/boost/boost_1_60_0.undef.warning.patch b/external/boost/boost_1_60_0.undef.warning.patch
index 3f009220b93e..1e72d4e17a90 100644
--- a/external/boost/boost_1_60_0.undef.warning.patch
+++ b/external/boost/boost_1_60_0.undef.warning.patch
@@ -1,16 +1,10 @@
--- a/b/boost/boost/config/workaround.hpp
+++ a/b/boost/boost/config/workaround.hpp
-@@ -237,6 +237,19 @@
+@@ -237,6 +237,13 @@
#else
#define BOOST_INTEL_WORKAROUND_GUARD 0
#endif
+
-+#ifndef BOOST_GCC_VERSION
-+#define BOOST_GCC_VERSION_WORKAROUND_GUARD 1
-+#else
-+#define BOOST_GCC_VERSION_WORKAROUND_GUARD 0
-+#endif
-+
+#ifndef __clang_major__
+#define __clang_major___WORKAROUND_GUARD 1
+#else