I was just trying to learn some features of lambda Tried one of the example provided here
How does generic lambda work in C++14?
auto glambda = [](auto a) { return a; };
But I don't know for some reason xcode complains about it
auto not allowed in lambda parameter
1) Something I am missing in the installation or library
Will Appreciate justification for any down vote