Ticket #8185: visualc.hpp.patch

File visualc.hpp.patch, 595 bytes (added by K-ballo <kaballo86@…>, 10 years ago)

patch

  • visualc.hpp

     
    219219
    220220// C++11 features supported by VC++ 11 (aka 2012) November 2012 CTP
    221221// Because the CTP is unsupported, unrelease, and only alpha quality,
    222 // it is only supported if BOOST_ENABLE_MSVC_2012_NOV_CTP is defined.
     222// it is only supported if BOOST_MSVC_ENABLE_2012_NOV_CTP is defined.
    223223//
    224224#if _MSC_FULL_VER < 170051025 || !defined(BOOST_MSVC_ENABLE_2012_NOV_CTP)
    225225#  define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS