Subject: Re: [boost] {Review] Coroutine reviewstarts today, September 3rd
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-09-09 06:23:01


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