
9 Sep
2012
9 Sep
'12
10:23 a.m.
Hi, as there was some requests by some reviewers I've a modified version available at git://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 (documentation contains not all suggested changes yet) regards, Oliver