Ticket #4759: intel_rvalue_ref_on.patch

File intel_rvalue_ref_on.patch, 424 bytes (added by abrarov@…, 12 years ago)

Turn on rvalue referense support in Intel C++ Compiler 12

  • boost/config/compiler/intel.hpp

     
    183183//
    184184// last known and checked version:
    185185#if (BOOST_INTEL_CXX_VERSION > 1110)
     186#  undef BOOST_NO_RVALUE_REFERENCES
    186187#  if defined(BOOST_ASSERT_CONFIG)
    187188#     error "Unknown compiler version - please run the configure tests and report the results"
    188189#  elif defined(_MSC_VER)