Ticket #9045: move.patch

File move.patch, 1.0 KB (added by Agustín K-ballo Bergé <kaballo86@…>, 9 years ago)

patch

  • boost/move/core.hpp

     
    270270   //!constructors and assignments for template classes marked as
    271271   //!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE.
    272272   //!As macros have problems with comma-separatd template arguments,
    273    //!the template argument must be preceded with BOOST_RV_REF_START
     273   //!the template argument must be preceded with BOOST_RV_REF_BEG
    274274   //!and ended with BOOST_RV_REF_END
    275275   #define BOOST_RV_REF_BEG\
    276276         \
     
    280280   //!constructors and assignments for template classes marked as
    281281   //!BOOST_COPYABLE_AND_MOVABLE or BOOST_MOVABLE_BUT_NOT_COPYABLE.
    282282   //!As macros have problems with comma-separatd template arguments,
    283    //!the template argument must be preceded with BOOST_RV_REF_START
     283   //!the template argument must be preceded with BOOST_RV_REF_BEG
    284284   //!and ended with BOOST_RV_REF_END
    285285   #define BOOST_RV_REF_END\
    286286      && \