1. 8194a3e [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood) by Faisal Vali · 8 years ago
  2. 5b013f5 Add compat/extension warnings for init captures. by Richard Smith · 12 years ago
  3. ba71c08 First pass of semantic analysis for init-captures: check the initializer, build by Richard Smith · 12 years ago
  4. a1bffa2 Allow implicit capture of 'this' in a lambda even when the capture by Douglas Gregor · 14 years ago
  5. 136b2f2 Add a lambda example from the working draft. by Douglas Gregor · 14 years ago
  6. 656bc62 Remove the "unsupported" error for lambda expressions. It's annoying, by Douglas Gregor · 14 years ago
  7. 8c50e7c Various interrelated cleanups for lambdas: by Douglas Gregor · 14 years ago
  8. 53a9bdf Improve checking of explicit captures in a C++11 lambda expression: by Douglas Gregor · 14 years ago