Change-Id: I7f896bb9650f68626b4bcfe96c9c41fafeab436a Reviewed-on: https://gerrit.libreoffice.org/33827 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
18 lines
570 B
Diff
18 lines
570 B
Diff
diff -ur boost.orig/boost/detail/workaround.hpp boost/boost/detail/workaround.hpp
|
|
--- a/b/boost.orig/boost/detail/workaround.hpp 2015-12-13 13:49:42.000000000 +0100
|
|
+++ a/b/boost/boost/detail/workaround.hpp 2016-01-29 15:07:43.427781248 +0100
|
|
@@ -227,6 +227,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
|
|
+
|
|
// Always define to zero, if it's used it'll be defined my MPL:
|
|
#define BOOST_MPL_CFG_GCC_WORKAROUND_GUARD 0
|
|
|