$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2008-06-03 05:48:20
Rodolfo Lima skrev:
> Hi, I'd like to know why there's no method 'insert' that mimicks stl's
> associative container's insert method that accepts an iterator that
> points to where the value could be placed, and the value?
>
> Regards,
> rod
Was it ptr_map you got this problem with? For some reason I forgot to
add the overloads to ptr_map, but not to ptr_set.
Thanks
-Thorsten