Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood) | Faisal Vali | 2017-08-19 | 1 | -2/+2 |
* | Add compat/extension warnings for init captures. | Richard Smith | 2013-09-28 | 1 | -1/+1 |
* | First pass of semantic analysis for init-captures: check the initializer, build | Richard Smith | 2013-05-16 | 1 | -0/+3 |
* | Allow implicit capture of 'this' in a lambda even when the capture | Douglas Gregor | 2012-02-10 | 1 | -3/+7 |
* | Add a lambda example from the working draft. | Douglas Gregor | 2012-02-10 | 1 | -0/+9 |
* | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor | 2012-02-09 | 1 | -8/+8 |
* | Various interrelated cleanups for lambdas: | Douglas Gregor | 2012-02-09 | 1 | -8/+8 |
* | Improve checking of explicit captures in a C++11 lambda expression: | Douglas Gregor | 2012-02-01 | 1 | -0/+16 |