Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] P0780R2: Support pack-expansion of init-captures. | Richard Smith | 2019-05-21 | 1 | -4/+22 |
* | Add compat/extension warnings for init captures. | Richard Smith | 2013-09-28 | 1 | -1/+1 |
* | Per latest drafting, switch to implementing init-captures as if by declaring | 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/+23 |
* | PR12057: Allow variadic template pack expansions to cross lambda boundaries. | Richard Smith | 2012-07-25 | 1 | -2/+2 |
* | Implement support for lambda capture pack expansions, e.g., | Douglas Gregor | 2012-02-14 | 1 | -0/+58 |