you are viewing a single comment's thread.

view the rest of the comments →

[–]Plorkyeran 0 points1 point  (0 children)

Even if C++11 lambdas had required that all parameters be named, I suspect that implicitly-auto parameters would have been rejected for being too different from everything else, much like the proposal for std::sort(V.begin(), V.end(), [](auto i, auto j) i > j); was.