
11 Aug
2011
11 Aug
'11
11:38 p.m.
Partially off-topic: Has there been any work done in boost on segmented iterators for regular algorithms (i.e. STL, not Fusion)?
It wouldn't work without segmented flavors of the std algorithms. Have a look at Matt Austern's paper. The algorithms and iterators work together.
Right, that's what I meant - a collection of segmented iterators and corresponding algorithms. A "segmented STL", if you will :) Nate