$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-10-28 19:01:36
Daniel Walker wrote:
> Thanks. Yeah, I see Thorsten is in the processes of removing the
> checks with constant iterators. Has something changed with that? No
> more range_const_iterator?
Hmm, I'm not sure about Thorsten's thought.
range_iterator is now nothing but a "client" metafunction
which uses range_mutable_iterator and range_const_iterator.
range_iterator should not be placed into concepts.hpp, IMHO.
Regards,
-- Shunsuke Sogame