$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Abir Basak (abirbasak_at_[hidden])
Date: 2008-03-20 05:09:09
Hi while i am using boost unordered_set , and insert a new key value pair,
it returns the iterator as a const one. In fact when i looked at the code,
the iterator is a typedef to implementation::const_iterator ... so there is
no way to gen an mutable iterator from the set, including begin() and end()
is it a standard behavior or i am missing something ?
thanks
abir