Not so old, but already an interesting history.
Lambdas: From C++11 to C++20, Part 1
by Bartlomiej Filipek
From the article:
Lambda expressions are one of the most powerful additions to C++11, and they continue to evolve with each new C++ language standard. In this article, we’ll go through history and see the evolution of this crucial part of modern C++.
Add a Comment
Comments are closed.