Fixed Trac #11758: "BOOST_MOVABLE_BUT_NOT_COPYABLE doesn't reset private access with rvalue ref version"

This commit is contained in:
Ion Gaztañaga
2016-02-23 16:17:42 +01:00
parent d5981c52a9
commit 541f28037d
2 changed files with 4 additions and 0 deletions

View File

@ -767,6 +767,9 @@ Many thanks to all boosters that have tested, reviewed and improved the library.
* Experimental: asymptotically optimal bufferless merge and sort algorithms: [funcref boost::movelib::adaptive_merge adaptive_merge]
and [funcref boost::movelib::adaptive_sort adaptive_sort].
* Fixed bug:
* [@https://svn.boost.org/trac/boost/ticket/11758 Trac #11758: ['"BOOST_MOVABLE_BUT_NOT_COPYABLE doesn't reset private access with rvalue ref version"]],
[endsect]
[section:release_notes_boost_1_60 Boost 1.60 Release]

View File

@ -301,6 +301,7 @@
BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN(TYPE)\
public:\
typedef int boost_move_emulation_t;\
private:\
//
//! This macro marks a type as copyable and movable.