$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2006-03-14 11:56:29
It would be nice to have a modify_range/modify_key_range that would apply a
function object to each deref'd iterator in the range. Since the multi_index
iterator derefences to a const value_type&, one can not use std::for_each in
particular to apply modifications. Or am I missing something.
Thanks, Jeff