Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] C++14 generic lambda support

I'd love to see this support (as a git master user), especially if it includes support for init-captures.


On 05/17/2017 08:41 AM, Nathan Ridge wrote:
I have implemented support for C++14 generic lambdas in bug 516627.

This ended up being significantly easier than I thought it would be; the whole patch is only around 200 lines of code, about half of which are tests.

Are there any objections to committing this support to the master branch (targeting 9.3 / Oxygen)? I know we are technically past the "feature freeze" date, but this is a small and low-risk patch, and generic lambdas are a popular C++14 feature that I feel the user community would appreciate being able to use sooner rather than later.

Thanks,
Nate
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top