$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Does Boost has an utility to replace all OLD Keys with NEW one for MultiMap/Map?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-05-07 10:41:18
Tushar Chowdhury wrote:
> Hi Guys,
> As of now I failed to get such an algo.
boost::assign(m.equal_range(old_key), new_key); ?