Ticket #7565: icc_mpl_typeof.patch

File icc_mpl_typeof.patch, 523 bytes (added by lukeocamden@…, 10 years ago)

Patch

  • boost/mpl/aux_/config/typeof.hpp

     
    1515// $Revision: 49267 $
    1616
    1717#include <boost/mpl/aux_/config/gcc.hpp>
     18#include <boost/mpl/aux_/config/intel.hpp>
    1819
    1920#if !defined(BOOST_MPL_CFG_HAS_TYPEOF) \
    2021    && !defined(BOOST_MPL_PREPROCESSING_MODE) \
    2122    && (   defined(BOOST_MPL_CFG_GCC) && BOOST_MPL_CFG_GCC >= 0x0302 \
     23        || defined(BOOST_INTEL_CXX_VERSION) && BOOST_INTEL_CXX_VERSION >= 1000 \
    2224        || defined(__MWERKS__) && __MWERKS__ >= 0x3000 \
    2325        )
    2426