$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-12-28 09:59:06
chun ping wang wrote:
> Does iterator_range modify the copy of the iterator (like creates a new
> copy) and modifys it when you modify items in iterator range or the actual
> container itself. ..?
iterator_range member functions are `const`, meaning that
it doesn't modify its iterators.
Probably I couldn't understand your simple question.
Could you show any example?
Regards,
-- Shunsuke Sogame