1
0
forked from boostorg/move

Fixed Trac #11229: vector incorrectly copies move-only objects using memcpy

This commit is contained in:
Ion Gaztañaga
2015-04-25 11:36:36 +02:00
parent a6d924e82e
commit 32f4d91cec
3 changed files with 78 additions and 2 deletions
+7
View File
@@ -762,6 +762,13 @@ Many thanks to all boosters that have tested, reviewed and improved the library.
[section:release_notes Release Notes]
[section:release_notes_boost_1_58_01 Boost 1.58.1 Release]
* Fixed bug:
* [@https://svn.boost.org/trac/boost/ticket/11229 Trac #11229: ['"vector incorrectly copies move-only objects using memcpy"]],
[endsect]
[section:release_notes_boost_1_58_00 Boost 1.58 Release]
* Added [macroref BOOST_MOVE_BASE BOOST_MOVE_BASE] utility.