[SVN r83270]
This commit is contained in:
Ion Gaztañaga
2013-03-03 12:21:48 +00:00
parent d0250b46ab
commit 7c91cca54f
2 changed files with 6 additions and 1 deletions

View File

@@ -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]

View File

@@ -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