Promise, future and thread on C++0x

Jonathan Wakely jwakely.gcc@gmail.com
Thu Jul 7 09:48:00 GMT 2011


On 7 July 2011 10:29, Claudio La Rosa wrote:
>
> Ok, but there is no simple way to work around the problem?

Pass the promise by lvalue reference:

void myAsyncFun(promise<int>& intPromise)
{ ... }



More information about the Libstdc++ mailing list