Subject: Re: [boost] [yield_iterator] new iterator lib with C# yield return/yield break
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-06-20 18:51:32


On 20/06/2011 20:15, Oliver Kowalke wrote:
> I've uploaded a new lib 'yield_iterator'
> [...]
> The library contains a example iterating over a tree via visitor pattern
> an yield_iterator.
>
> I hope I get some feedback.

I've played a lot with coroutine-based iterators.

The interesting stuff is to be able to build an input iterator from an
output iterator.

I didn't really look at what you did but I'm interested in knowing where
you store the stack.