$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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