
24 Oct
2013
24 Oct
'13
5:41 p.m.
On 10/24/2013 11:40 AM, Oliver Kowalke wrote:
the old version has some bugs and is therefore not recommended. Porting the code to the new interface isn't difficult: coroutine< void( T) > -> coroutine< T >::push_type coroutine< T() > -> coroutine< T >::pull_type
Also it looks like coroutine itself is now non-headeronly... is that the case? Any other changes? Jeff