Index: boost/move/detail/config_end.hpp =================================================================== --- boost/move/detail/config_end.hpp (revision 86799) +++ boost/move/detail/config_end.hpp (working copy) @@ -9,11 +9,11 @@ ////////////////////////////////////////////////////////////////////////////// #if defined BOOST_MSVC #pragma warning (pop) - #ifdef BOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE - #undef BOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE + #ifdef BOOST_MOVE_CRT_SECURE_NO_DEPRECATE + #undef BOOST_MOVE_CRT_SECURE_NO_DEPRECATE #undef _CRT_SECURE_NO_DEPRECATE #endif - #ifndef BOOST_MOVE_SCL_SECURE_NO_WARNINGS + #ifdef BOOST_MOVE_SCL_SECURE_NO_WARNINGS #undef BOOST_MOVE_SCL_SECURE_NO_WARNINGS #undef _SCL_SECURE_NO_WARNINGS #endif