This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: std::packaged_task trunk problem


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]