From 3cf434c002c793ec568737687613110252215686 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 11 Mar 2018 21:12:53 +0000 Subject: [PATCH] Undefine BOOST_GCC for intel compilers Otherwise it's just defined as BOOST_GCC_VERSION. --- include/boost/config/compiler/intel.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index 00396b03..0eea05b9 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -45,6 +45,7 @@ #undef BOOST_GCC_VERSION #undef BOOST_GCC_CXX11 +#undef BOOST_GCC // Broken in all versions up to 17 (newer versions not tested) #if (__INTEL_COMPILER <= 1700) && !defined(BOOST_NO_CXX14_CONSTEXPR)