Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | P0806R2 Implicit capture of this with a capture-default of [=] is | Richard Smith | 2018-07-07 | 1 | -2/+10 |
| | | | | | | | | | | deprecated. Add a -Wdeprecated warning for this in C++2a onwards. (In C++17 and before, there isn't a reasonable alternative because [=,this] is ill-formed.) llvm-svn: 336480 | ||||
* | [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood) | Faisal Vali | 2017-08-19 | 1 | -0/+15 |
This patch, by hamzasood, implements P0409R2, and allows [=, this] pre-C++2a as an extension (with appropriate warnings) for consistency. https://reviews.llvm.org/D36572 Thanks Hamza! llvm-svn: 311224 |