Subject: Re: [boost] [result_of] Allow result_of to work with C++11 lambdas
From: Nathan Crookston (nathan.crookston_at_[hidden])
Date: 2013-04-18 23:53:39


Hi all,

Nathan Crookston wrote:

>
> Nathan Crookston wrote:
>
>> Agreed. Hopefully I didn't take the discussion too far afield. The
>> proposal is what you describe, and I believe the main impetus to accept it
>> is so C++11 lambdas can be used in result_of expressions on compilers which
>> have lacking lambdas.
>>
> Ugh. I meant "lacking decltype implementations."
>

I just wanted to ping on this; see if someone's had time to review the
patch. I failed to mention that the same parts of the full test suite
passes on VC10 before and after the patch, so there's some assurance that
it's correct.

Thanks,
Nate