Boost C++ Libraries: Ticket #8927: boost::partition takes ForwardRange, while calls std::partition which takes Bidirectional on C++98 https://svn.boost.org/trac10/ticket/8927 <p> boost::partition takes <a class="missing wiki">ForwardRange</a>: <a href="http://www.boost.org/doc/libs/1_54_0/libs/range/doc/html/range/reference/algorithms/mutating/partition.html">http://www.boost.org/doc/libs/1_54_0/libs/range/doc/html/range/reference/algorithms/mutating/partition.html</a> , <a href="http://www.boost.org/doc/libs/1_54_0/boost/range/algorithm/partition.hpp">http://www.boost.org/doc/libs/1_54_0/boost/range/algorithm/partition.hpp</a> </p> <p> While it calls std::partition which takes Bidirectional Iterators on C++98. (C++11 version takes <a class="missing wiki">ForwardIterator</a>) </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8927 Trac 1.4.3 Neil Groves Mon, 03 Mar 2014 18:36:28 GMT status changed https://svn.boost.org/trac10/ticket/8927#comment:1 https://svn.boost.org/trac10/ticket/8927#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Add a comment in the documentation about the extra restriction imposed by the standard library in older versions. </p> <p> This has been committed to the develop branch in the .qbk file. </p> Ticket Neil Groves Tue, 04 Mar 2014 13:07:26 GMT milestone changed https://svn.boost.org/trac10/ticket/8927#comment:2 https://svn.boost.org/trac10/ticket/8927#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.56.0</span> </li> </ul> Ticket Neil Groves Tue, 04 Mar 2014 13:57:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8927#comment:3 https://svn.boost.org/trac10/ticket/8927#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> .qbk has been merged to master - html will be removed and docs generated by build before 1.56 </p> Ticket