mirror of
https://github.com/boostorg/move.git
synced 2025-08-01 05:14:27 +02:00
Fixed Trac #11758: "BOOST_MOVABLE_BUT_NOT_COPYABLE doesn't reset private access with rvalue ref version"
This commit is contained in:
@@ -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]
|
* Experimental: asymptotically optimal bufferless merge and sort algorithms: [funcref boost::movelib::adaptive_merge adaptive_merge]
|
||||||
and [funcref boost::movelib::adaptive_sort adaptive_sort].
|
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]
|
[endsect]
|
||||||
|
|
||||||
[section:release_notes_boost_1_60 Boost 1.60 Release]
|
[section:release_notes_boost_1_60 Boost 1.60 Release]
|
||||||
|
@@ -301,6 +301,7 @@
|
|||||||
BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN(TYPE)\
|
BOOST_MOVE_IMPL_NO_COPY_CTOR_OR_ASSIGN(TYPE)\
|
||||||
public:\
|
public:\
|
||||||
typedef int boost_move_emulation_t;\
|
typedef int boost_move_emulation_t;\
|
||||||
|
private:\
|
||||||
//
|
//
|
||||||
|
|
||||||
//! This macro marks a type as copyable and movable.
|
//! This macro marks a type as copyable and movable.
|
||||||
|
Reference in New Issue
Block a user