Ticket #9482: boost_move_detail_config_end.patch

File boost_move_detail_config_end.patch, 807 bytes (added by Matthias R, 9 years ago)
  • boost/move/detail/config_end.hpp

     
    99//////////////////////////////////////////////////////////////////////////////
    1010#if defined BOOST_MSVC
    1111   #pragma warning (pop)
    12    #ifdef BOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE
    13       #undef BOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE
     12   #ifdef BOOST_MOVE_CRT_SECURE_NO_DEPRECATE
     13      #undef  BOOST_MOVE_CRT_SECURE_NO_DEPRECATE
    1414      #undef _CRT_SECURE_NO_DEPRECATE
    1515   #endif
    16    #ifndef BOOST_MOVE_SCL_SECURE_NO_WARNINGS
     16   #ifdef BOOST_MOVE_SCL_SECURE_NO_WARNINGS
    1717      #undef  BOOST_MOVE_SCL_SECURE_NO_WARNINGS
    1818      #undef _SCL_SECURE_NO_WARNINGS
    1919   #endif