
29 Oct
2007
29 Oct
'07
12:01 p.m.
shunsuke skrev:
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.
You would rather see range_mutable_iterator and range_const_iterator there? What is the guideline one should follow? -Thorsten