Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
applyboost-1.57.0-icc patch for icc build
  • Loading branch information
smuzaffar committed Jan 26, 2015
1 parent ef84eaa commit 05540ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions boost-1.57.0-icc.patch
@@ -0,0 +1,13 @@
diff --git a/include/boost/mpl/aux_/config/gcc.hpp b/include/boost/mpl/aux_/config/gcc.hpp
index 080495d..f94319e 100644
--- a/include/boost/mpl/aux_/config/gcc.hpp
+++ b/include/boost/mpl/aux_/config/gcc.hpp
@@ -14,7 +14,7 @@
// $Date$
// $Revision$

-#if defined(__GNUC__) && !defined(__EDG_VERSION__)
+#if defined(__GNUC__) && !defined(__EDG_VERSION__) || defined(__INTEL_COMPILER)
# define BOOST_MPL_CFG_GCC ((__GNUC__ << 8) | __GNUC_MINOR__)
#else
# define BOOST_MPL_CFG_GCC 0

0 comments on commit 05540ab

Please sign in to comment.