Ticket #7359: select_compiler_config_patch.hpp

File select_compiler_config_patch.hpp, 362 bytes (added by zhouyan@…, 10 years ago)

Patch to the bug

Line 
135a36,39
2> #elif defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC)
3> // Intel
4> # define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"
5>
644,47d47
7< #elif defined(__INTEL_COMPILER) || defined(__ICL) || defined(__ICC) || defined(__ECC)
8< // Intel
9< # define BOOST_COMPILER_CONFIG "boost/config/compiler/intel.hpp"
10<