
30 Mar
2009
30 Mar
'09
1:27 a.m.
Satyam Shekhar wrote:
But would it be worthwhile to modify Boost.Iterator itself and define new concepts using segmentedness as another orthogonal category, and then modify iterator_facade to support it? One of the factors influencing this would obviously be whether segmented iterators are going to be used widely in the future for other containers.
segmented iterators can also be used to iterate through recursive structures, such as trees, if I understood what I read on the subject correctly.