Subject: [Boost-bugs] [Boost C++ Libraries] #8927: boost::partition takes ForwardRange, while calls std::partition which takes Bidirectional on C++98
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-25 14:13:43
#8927: boost::partition takes ForwardRange, while calls std::partition which takes
Bidirectional on C++98
-------------------------------------------------+------------------------
Reporter: Evgeny Panasyuk <evgeny.panasyuk@â¦> | Owner: neilgroves
Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
-------------------------------------------------+------------------------
boost::partition takes ForwardRange:
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/boost/range/algorithm/partition.hpp
While it calls std::partition which takes Bidirectional Iterators on
C++98. (C++11 version takes ForwardIterator)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8927> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC