Boost C++ Libraries: Ticket #3954: fusion algorithms must be overloaded for const and non-const arguments https://svn.boost.org/trac10/ticket/3954 <p> Several fusion algorithms (e.g. pop_front, reverse) take their arguments by const reference unconditionally. This is inconsistent with the result_of templates for these algorithms which are sensitive to the const-ness of their arguments. For consistency and correctness, all fusion algorithms must have overloads that take their arguments by non-const reference. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3954 Trac 1.4.3 Eric Niebler Tue, 23 Feb 2010 08:38:53 GMT summary changed https://svn.boost.org/trac10/ticket/3954#comment:1 https://svn.boost.org/trac10/ticket/3954#comment:1 <ul> <li><strong>summary</strong> <span class="trac-field-old">fusion algorithms must be overloaded for const and non-const algorithms</span> → <span class="trac-field-new">fusion algorithms must be overloaded for const and non-const arguments</span> </li> </ul> Ticket