Skip to main content

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

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

Back to the top