Merge pull request #218 from danieljames/fix-boost-gcc-on-intel

Undefine BOOST_GCC for intel compilers
This commit is contained in:
jzmaddock
2018-03-16 18:13:59 +00:00
committed by GitHub

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)