mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 13:44:28 +02:00
@@ -789,7 +789,8 @@ Many thanks to all boosters that have tested, reviewed and improved the library.
|
||||
|
||||
[section:release_notes_boost_1_54_00 Boost 1.54 Release]
|
||||
|
||||
* Fixed bug [@https://svn.boost.org/trac/boost/ticket/7969 #7969]).
|
||||
* Fixed bugs [@https://svn.boost.org/trac/boost/ticket/7969 #7969]),
|
||||
[@https://svn.boost.org/trac/boost/ticket/8231 #8231]).
|
||||
|
||||
[endsect]
|
||||
|
||||
|
@@ -239,6 +239,8 @@
|
||||
//
|
||||
#endif //#if !defined(BOOST_MOVE_DOXYGEN_INVOKED)
|
||||
|
||||
namespace boost {
|
||||
|
||||
//!This trait yields to a compile-time true boolean if T was marked as
|
||||
//!BOOST_MOVABLE_BUT_NOT_COPYABLE or BOOST_COPYABLE_AND_MOVABLE and
|
||||
//!rvalue references are not available on the platform. False otherwise.
|
||||
@@ -248,6 +250,8 @@
|
||||
static const bool value = false;
|
||||
};
|
||||
|
||||
} //namespace boost{
|
||||
|
||||
//!This macro is used to achieve portable syntax in move
|
||||
//!constructors and assignments for classes marked as
|
||||
//!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE
|
||||
|
Reference in New Issue
Block a user