mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 13:44:28 +02:00
Merge branch 'develop'
This commit is contained in:
@@ -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]
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user