Ticket #7565: icc_mpl_typeof.patch
File icc_mpl_typeof.patch, 523 bytes (added by , 10 years ago) |
---|
-
boost/mpl/aux_/config/typeof.hpp
15 15 // $Revision: 49267 $ 16 16 17 17 #include <boost/mpl/aux_/config/gcc.hpp> 18 #include <boost/mpl/aux_/config/intel.hpp> 18 19 19 20 #if !defined(BOOST_MPL_CFG_HAS_TYPEOF) \ 20 21 && !defined(BOOST_MPL_PREPROCESSING_MODE) \ 21 22 && ( defined(BOOST_MPL_CFG_GCC) && BOOST_MPL_CFG_GCC >= 0x0302 \ 23 || defined(BOOST_INTEL_CXX_VERSION) && BOOST_INTEL_CXX_VERSION >= 1000 \ 22 24 || defined(__MWERKS__) && __MWERKS__ >= 0x3000 \ 23 25 ) 24 26