Undefine BOOST_GCC for intel compilers

Otherwise it's just defined as BOOST_GCC_VERSION.
This commit is contained in:
Daniel James
2018-03-11 21:12:53 +00:00
parent 0275380f32
commit 3cf434c002

View File

@@ -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)