Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cxx2a] P0624R2 fix: only lambdas with no lambda-capture are ↵ | David Blaikie | 2019-07-08 | 1 | -30/+15 |
| | | | | | | | | | | | | | | default-constructible and assignable. This is a fix for rG864949 which only disabled default construction and assignment for lambdas with capture-defaults, where the C++2a draft disables them for lambdas with any lambda-capture at all. Patch by Logan Smith! Differential Revision: https://reviews.llvm.org/D64058 llvm-svn: 365406 | ||||
* | [cxx2a] P0624R2: Lambdas with no capture-default are | Richard Smith | 2018-09-27 | 1 | -0/+37 |
default-constructible and assignable. llvm-svn: 343279 |