id summary reporter owner description type status milestone component version severity resolution keywords cc 6726 insert algorithm_ext overload for associative containers adam.walling@… Neil Groves "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)" Patches closed To Be Determined range Boost 1.49.0 Not Applicable fixed range algorithm_ext insert