
25 Sep
2006
25 Sep
'06
8:58 p.m.
"Joel de Guzman" <joel@boost-consulting.com> wrote
Joel de Guzman wrote:
nyway, I also have an iterator-adapter (iterator_facade), sequence_facade and view_facade in the works. With it, it is easier to write your own iterators, sequences and views. These will be built on top of the tag dispatching scheme.
Keep rollin'..........
Ok, I added iterator_facade and sequence_facade. fusion/sequence/adapted/array/array_iterator.hpp is the first example to migrate to the facade. I'm attaching it here for comments.
OK This looks a lot easier. Just need to test it out, and will try to do that over the next day or so. Regards Andy Little