Lambdas vs. Closures -- Scott Meyers
This bears repeating:
Lambdas vs. Closures
by Scott Meyers
From the article:
In recent days, I've twice found myself explaining the difference between lambdas and closures in C++11, so I figured it was time to write it up. ...