
On Sun, Sep 9, 2012 at 3:23 AM, Oliver Kowalke <oliver.kowalke@gmx.de>wrote:
Hi,
as there was some requests by some reviewers I've a modified version available at git://gitorious.org/boost-dev/**boost-dev.git<http://gitorious.org/boost-dev/boost-dev.git>(branch coroutine).
changes: - generator function must return void and generator<>::self_t::yield_**break() is removed - StackAllocator is type-erased in coroutine/generator and can be passed in the corresponding ctor of both templates - an allocator can be specified to the ctor of coroutine/generator in order to customize the allocation of inner structures
I've been more or less following the discussion, and these all look like positive changes.
(documentation contains not all suggested changes yet)
Are you planning on updating the documentation in the near future (i.e., before the end of the review [September 12th I suppose])? - Jeff