16 May
2012
16 May
'12
5:27 p.m.
On 5/16/2012 3:45 AM, Vicente J. Botet Escriba wrote:
Le 16/05/12 06:13, John M. Dlugosz a écrit :
If you can not use the trunk,
have you tried with
boost::unique_future<T> f() { /// x return boost::detail::thread_move_t<T>(x); }
Best, Vicente
Yes, I tried that. I get an error about no viable constructor. I tried the form you show (prefix operator form) and an explicit operator syntax call.