id summary reporter owner description type status milestone component version severity resolution keywords cc 7832 Missing and invalid macros in Boost.Move adam.wulkiewicz@… Ion Gaztañaga "For BOOST_NO_RVALUE_REFERENCES copy assign ref macros for templates are defined as BOOST_COPY_REF_3_TEMPL_ARGS[[BR]] BOOST_COPY_REF_2_TEMPL_ARGS , for !BOOST_NO_RVALUE_REFERENCES they are BOOST_MOVE_COPY_ASSIGN_REF_2_TEMPL_ARGS[[BR]] BOOST_MOVE_COPY_ASSIGN_REF_3_TEMPL_ARGS , and they should probably be BOOST_COPY_ASSIGN_REF_2_TEMPL_ARGS[[BR]] BOOST_COPY_ASSIGN_REF_3_TEMPL_ARGS For !BOOST_NO_RVALUE_REFERENCES BOOST_COPY_ASSIGN_REF_BEG and BOOST_COPY_ASSIGN_REF_END is not defined." Bugs closed To Be Determined move Boost 1.52.0 Problem fixed