Boost C++ Libraries: Ticket #10988: Range filtered adapter incorrectly requires a ForwardRange https://svn.boost.org/trac10/ticket/10988 <p> The filtered Range adapter incorrectly requires a <a class="missing wiki">ForwardRange</a>. A <a class="missing wiki">SinglePassRange</a> should be sufficient, since it is for the Boost.Iterator filter_iterator. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10988 Trac 1.4.3 Neil Groves Sun, 01 Feb 2015 19:06:54 GMT status, version changed https://svn.boost.org/trac10/ticket/10988#comment:1 https://svn.boost.org/trac10/ticket/10988#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.57.0</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> <p> This is fixed on the "develop" branch. </p> Ticket