Fixes #9045 ("Wrong macro name on docs")

This commit is contained in:
Ion Gaztañaga
2014-02-23 22:02:39 +01:00
parent 688955ab9b
commit f1de12bfef
2 changed files with 5 additions and 4 deletions

View File

@@ -759,6 +759,7 @@ Many thanks to all boosters that have tested, reviewed and improved the library.
* Added [macroref BOOST_MOVE_RET BOOST_MOVE_RET]. * Added [macroref BOOST_MOVE_RET BOOST_MOVE_RET].
* Fixed bug [@https://svn.boost.org/trac/boost/ticket/9482 #9482: ['"MSVC macros not undefined in boost/move/detail/config_end.hpp"]]. * Fixed bug [@https://svn.boost.org/trac/boost/ticket/9482 #9482: ['"MSVC macros not undefined in boost/move/detail/config_end.hpp"]].
[@https://svn.boost.org/trac/boost/ticket/9045 #9045: ['"Wrong macro name on docs"]].
[endsect] [endsect]

View File

@@ -312,8 +312,8 @@
//!This macro is used to achieve portable syntax in move //!This macro is used to achieve portable syntax in move
//!constructors and assignments for template classes marked as //!constructors and assignments for template classes marked as
//!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE. //!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE.
//!As macros have problems with comma-separatd template arguments, //!As macros have problems with comma-separated template arguments,
//!the template argument must be preceded with BOOST_RV_REF_START //!the template argument must be preceded with BOOST_RV_REF_BEG
//!and ended with BOOST_RV_REF_END //!and ended with BOOST_RV_REF_END
#define BOOST_RV_REF_BEG\ #define BOOST_RV_REF_BEG\
\ \
@@ -322,8 +322,8 @@
//!This macro is used to achieve portable syntax in move //!This macro is used to achieve portable syntax in move
//!constructors and assignments for template classes marked as //!constructors and assignments for template classes marked as
//!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE. //!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE.
//!As macros have problems with comma-separatd template arguments, //!As macros have problems with comma-separated template arguments,
//!the template argument must be preceded with BOOST_RV_REF_START //!the template argument must be preceded with BOOST_RV_REF_BEG
//!and ended with BOOST_RV_REF_END //!and ended with BOOST_RV_REF_END
#define BOOST_RV_REF_END\ #define BOOST_RV_REF_END\
&& \ && \