[Boost-bugs] [Boost C++ Libraries] #5027: Extension of Boost.Range algorithms

Subject: [Boost-bugs] [Boost C++ Libraries] #5027: Extension of Boost.Range algorithms
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-01-01 12:21:36


#5027: Extension of Boost.Range algorithms
-------------------------------------------+--------------------------------
 Reporter: gast128 <gast128@…> | Owner: neilgroves
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: range
  Version: Boost 1.45.0 | Severity: Not Applicable
 Keywords: |
-------------------------------------------+--------------------------------
 Maybe an idea to extend Boost.Range algorithms:

 - copy_if
 - for_each_if
 - transform_if
 - contains (/contains_if, shortcut for std::find(...) != end)
 - all (/all_if)
 - none(/none_if, shortcut for std::find(...) == end))
 - bsearch (Austern 13.2.1.2)

 Some of them are listed in STLAlgorithmExtensions.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5027>
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:05 UTC