On Tue, Nov 1, 2011 at 16:08, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > On 1 November 2011 15:03, Jonathan Wakely wrote: >> On 1 November 2011 10:55, Lars Gullik Bjønnes wrote: >>> >>> I am trying out trunk and the std::packaged_task in C++11. I found an >>> example on usage at >>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2709.html >>> but are unable to make it work. >>> >>> I wonder if it is the example or if it is the libstdc++ playing up. >> >> Possibly, but that paper's quite old and the example might be invalid >> according to the final standard. I'll look into it later today. >> > > Aha, this is http://lwg.github.com/issues/lwg-active.html#2067 > > Although it's only in READY status I'll apply the fix to libstdc++ tonight. Thanks a lot for having a look at this. -- Lgb