
28 Oct
2007
28 Oct
'07
11:01 p.m.
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