Add a new config macro BOOST_INTEL

[SVN r18504]
This commit is contained in:
Guillaume Melquiond
2003-05-23 07:03:21 +00:00
parent 269e334a5f
commit d1f3f6f38e
4 changed files with 18 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
// Borland
# define BOOST_COMPILER_CONFIG "boost/config/compiler/borland.hpp"
#elif defined(__ICL) || defined(__ICC)
#elif defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC)
// Intel
# define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"