Boost logo

Boost :

Subject: Re: [boost] [coroutine] Recommended documentation clarification
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2013-10-24 11:40:37


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk