Ticket #5941: boost_1_47_0-intel-12.1-cxx0x-config.diff

File boost_1_47_0-intel-12.1-cxx0x-config.diff, 609 bytes (added by Vladislav <phprus@…>, 11 years ago)
  • intel.hpp

    old new  
    2727#endif
    2828
    2929// Flags determined by comparing output of 'icpc -dM -E' with and without '-std=c++0x'
    30 #if (!(defined(_WIN32) || defined(_WIN64)) && defined(__STDC_HOSTED__) && __STDC_HOSTED__) || defined(__GXX_EXPERIMENTAL_CPP0X__)
     30#if (!(defined(_WIN32) || defined(_WIN64)) && defined(__STDC_HOSTED__) && __STDC_HOSTED__ && BOOST_INTEL_CXX_VERSION <= 1200) || defined(__GXX_EXPERIMENTAL_CPP0X__)
    3131#  define BOOST_INTEL_STDCXX0X
    3232#endif
    3333#if defined(_MSC_VER) && (_MSC_VER >= 1600)