Merge branch 'develop'

This commit is contained in:
Ion Gaztañaga
2014-02-23 21:33:11 +01:00
2 changed files with 5 additions and 4 deletions

View File

@@ -758,6 +758,7 @@ Many thanks to all boosters that have tested, reviewed and improved the library.
[section:release_notes_boost_1_56_00 Boost 1.56 Release] [section:release_notes_boost_1_56_00 Boost 1.56 Release]
* Added [macroref BOOST_MOVE_RET BOOST_MOVE_RET]. * Added [macroref BOOST_MOVE_RET BOOST_MOVE_RET].
* Fixed bug [@https://svn.boost.org/trac/boost/ticket/9482 #9482: ['"MSVC macros not undefined in boost/move/detail/config_end.hpp"]].
[endsect] [endsect]

View File

@@ -9,11 +9,11 @@
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
#if defined BOOST_MSVC #if defined BOOST_MSVC
#pragma warning (pop) #pragma warning (pop)
#ifdef BOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE #ifdef BOOST_MOVE_CRT_SECURE_NO_DEPRECATE
#undef BOOST_MOVE_DETAIL_CRT_SECURE_NO_DEPRECATE #undef BOOST_MOVE_CRT_SECURE_NO_DEPRECATE
#undef _CRT_SECURE_NO_DEPRECATE #undef _CRT_SECURE_NO_DEPRECATE
#endif #endif
#ifndef BOOST_MOVE_SCL_SECURE_NO_WARNINGS #ifdef BOOST_MOVE_SCL_SECURE_NO_WARNINGS
#undef BOOST_MOVE_SCL_SECURE_NO_WARNINGS #undef BOOST_MOVE_SCL_SECURE_NO_WARNINGS
#undef _SCL_SECURE_NO_WARNINGS #undef _SCL_SECURE_NO_WARNINGS
#endif #endif