Boost C++ Libraries: Ticket #7832: Missing and invalid macros in Boost.Move https://svn.boost.org/trac10/ticket/7832 <p> For BOOST_NO_RVALUE_REFERENCES copy assign ref macros for templates are defined as </p> <p> BOOST_COPY_REF_3_TEMPL_ARGS<br /> BOOST_COPY_REF_2_TEMPL_ARGS </p> <p> , for !BOOST_NO_RVALUE_REFERENCES they are </p> <p> BOOST_MOVE_COPY_ASSIGN_REF_2_TEMPL_ARGS<br /> BOOST_MOVE_COPY_ASSIGN_REF_3_TEMPL_ARGS </p> <p> , and they should probably be </p> <p> BOOST_COPY_ASSIGN_REF_2_TEMPL_ARGS<br /> BOOST_COPY_ASSIGN_REF_3_TEMPL_ARGS </p> <p> For !BOOST_NO_RVALUE_REFERENCES </p> <p> BOOST_COPY_ASSIGN_REF_BEG and BOOST_COPY_ASSIGN_REF_END is not defined. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7832 Trac 1.4.3 Ion Gaztañaga Thu, 27 Dec 2012 22:33:07 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7832#comment:1 https://svn.boost.org/trac10/ticket/7832#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/82230" title="Fixes #7832">[82230]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7832" title="#7832: Bugs: Missing and invalid macros in Boost.Move (closed: fixed)">#7832</a> </p> Ticket