$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Review.Coroutine] Vicente's review
From: Eugene Yakubovich (eyakubovich_at_[hidden])
Date: 2012-09-13 16:43:51
>> Maybe the example is a bit contrived but not anymore than the original
>> one where the use of formal parameters posed the same danger. Even
>> with bind(), one could create a ref/ptr to the bound variable that
>> would be bogus after the next yield().
>
> I don't see the problem with bind. Could you show an example?
>
My bad. I just realized that there is no problem with bind. I
apologize for the false alarm.
Regards,
Eugene