Index: boost/move/core.hpp =================================================================== --- boost/move/core.hpp (revision 85464) +++ boost/move/core.hpp (working copy) @@ -270,7 +270,7 @@ //!constructors and assignments for template classes marked as //!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE. //!As macros have problems with comma-separatd 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 #define BOOST_RV_REF_BEG\ \ @@ -280,7 +280,7 @@ //!constructors and assignments for template classes marked as //!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE. //!As macros have problems with comma-separatd 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 #define BOOST_RV_REF_END\ && \