Boost C++ Libraries: Ticket #5681: boost::range::equal doesn't work correctly with single pass ranges https://svn.boost.org/trac10/ticket/5681 <p> the problem seems to be that the return value of the postfix ++ operator is used. The single_pass_iterator concept allows this to be void. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5681 Trac 1.4.3 Neil Groves Sun, 15 Apr 2012 11:58:38 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/5681#comment:1 https://svn.boost.org/trac10/ticket/5681#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> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.50.0</span> </li> </ul> <p> Resolved on the trunk at long last! </p> Ticket