Subject: Re: [boost] [mpl] is_lambda_expression bug?
From: Edward Diener (eldiener_at_[hidden])
Date: 2013-02-12 16:54:02


On 02/12/2013 01:44 AM, James Hirschorn wrote:
> Edward Diener-3 wrote
>> In the latest version of tti on the trunk, I have an
>> is_lambda_expression metafunction as a detail of the implementation. You
>> can find it at tti/detail/dlambda.hpp. I use it at one point in the
>> implementation when introspecting a nested type and allowing the user to
>> optionally apply a lambda expression when found, a suggestion made by
>> Jeffrey Hellrung when tti was reviewed.
>
> I verified that it works correctly with the example I gave. I will use this
> for now, and perhaps it should be shared with mpl ...

tti depends on mpl so it probably belongs in mpl.