Intel should not set GCC and MSVC specific macros.

This commit is contained in:
jzmaddock
2015-08-12 19:47:56 +01:00
parent 854a785483
commit a8f96e4b6e

View File

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