$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GSOC] Regarding the project Boost.DeVector
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-03-29 21:27:05
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.