Hi,<br><br>I&#39;m currently using std::back_inserter on a ptr_vector, and the values being inserted are boost::unique_ptr&#39;s. back_inserter does simple assignment but I need it to call boost::move() on the thing being assigned (inserted). Does boost have an algorithm that can do this?<br>