id summary reporter owner description type status milestone component version severity resolution keywords cc 10615 R-Tree: add constructor that converts any range to the trees value type anonymous Barend Gehrels "I'd suggest adding a new constructor to rtree for bulk loading. It should take a range of any value and a function that converts the ranges value to the rtrees value. My use case would be a (in my example: random access) container of points I need to put into an rtree with rtree::value_type being std::pair. At the moment I need to 1. transform my container of points to a container of pairs 1. bulk load that new container of pairs 1. let rtree constructor copy my container of pairs 1. delete my intermediate container of pairs I'd really like to move the transformation done in the first step into rtree ctor to avoid creating a temporary container just to copy it into rtree and destroy it immediately after the rtree is created." Feature Requests closed To Be Determined geometry Boost 1.56.0 Optimization wontfix