Subject: [Boost-bugs] [Boost C++ Libraries] #6726: insert algorithm_ext overload for associative containers
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-22 22:32:06
#6726: insert algorithm_ext overload for associative containers
----------------------------------------+-----------------------------------
Reporter: adam.walling@⦠| Owner: neilgroves
Type: Patches | Status: new
Milestone: To Be Determined | Component: range
Version: Boost 1.49.0 | Severity: Not Applicable
Keywords: range algorithm_ext insert |
----------------------------------------+-----------------------------------
The current insert algorithm expects an iterator to an insertion point;
associative containers like map, set, etc, as well as various other
containers may simply provide an insert method with only two parameters
for the begin and end iterator.
This is a simple overload to support those situations, so you can easily
perform operations such as insert(set, vector)
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6726> 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:09 UTC