mirror of
https://github.com/boostorg/config.git
synced 2025-09-28 00:31:00 +02:00
Intel should not set GCC and MSVC specific macros.
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
|
|
||||||
#include <boost/config/compiler/visualc.hpp>
|
#include <boost/config/compiler/visualc.hpp>
|
||||||
|
|
||||||
|
#undef BOOST_MSVC
|
||||||
|
#undef BOOST_MSVC_FULL_VER
|
||||||
|
|
||||||
#if (__INTEL_COMPILER >= 1500) && (_MSC_VER >= 1900)
|
#if (__INTEL_COMPILER >= 1500) && (_MSC_VER >= 1900)
|
||||||
//
|
//
|
||||||
// These appear to be supported, even though VC++ may not support them:
|
// These appear to be supported, even though VC++ may not support them:
|
||||||
@@ -36,6 +39,9 @@
|
|||||||
|
|
||||||
#include <boost/config/compiler/gcc.hpp>
|
#include <boost/config/compiler/gcc.hpp>
|
||||||
|
|
||||||
|
#undef BOOST_GCC_VERSION
|
||||||
|
#undef BOOST_GCC_CXX11
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef BOOST_COMPILER
|
#undef BOOST_COMPILER
|
||||||
|
Reference in New Issue
Block a user