
20 Jun
2011
20 Jun
'11
10:51 p.m.
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.