summaryrefslogtreecommitdiff
path: root/boost/config/compiler/intel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/config/compiler/intel.hpp')
-rw-r--r--boost/config/compiler/intel.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/boost/config/compiler/intel.hpp b/boost/config/compiler/intel.hpp
index ecfacc5e70..7789b94464 100644
--- a/boost/config/compiler/intel.hpp
+++ b/boost/config/compiler/intel.hpp
@@ -20,6 +20,9 @@
#include <boost/config/compiler/visualc.hpp>
+#undef BOOST_MSVC
+#undef BOOST_MSVC_FULL_VER
+
#if (__INTEL_COMPILER >= 1500) && (_MSC_VER >= 1900)
//
// These appear to be supported, even though VC++ may not support them:
@@ -36,6 +39,9 @@
#include <boost/config/compiler/gcc.hpp>
+#undef BOOST_GCC_VERSION
+#undef BOOST_GCC_CXX11
+
#endif
#undef BOOST_COMPILER