Richard Smith
b2997f579a
[c++20] P0780R2: Support pack-expansion of init-captures.
...
This permits an init-capture to introduce a new pack:
template<typename ...T> auto x = [...a = T()] { /* a is a pack */ };
To support this, the mechanism for allowing ParmVarDecls to be packs has
been extended to support arbitrary local VarDecls.
llvm-svn: 361300
2019-05-21 20:10:50 +00:00
..
2017-09-28 23:18:49 +00:00
2017-07-03 10:12:24 +00:00
2017-07-26 13:58:02 +00:00
2017-08-17 14:22:27 +00:00
2019-05-21 20:10:50 +00:00
2019-05-20 23:37:18 +00:00
2018-11-09 17:19:45 +00:00
2017-06-26 23:02:27 +00:00
2018-06-22 21:54:40 +00:00
2018-06-22 21:54:40 +00:00
2017-08-15 19:47:06 +00:00
2016-06-02 00:11:03 +00:00
2016-06-28 23:01:49 +00:00
2017-04-18 14:33:39 +00:00
2019-04-11 17:55:30 +00:00
2017-07-31 13:37:50 +00:00
2019-04-23 23:52:02 +00:00
2018-02-08 14:37:58 +00:00
2019-05-09 00:57:24 +00:00
2018-07-16 07:23:47 +00:00
2017-09-29 23:57:25 +00:00
2017-06-09 22:20:52 +00:00
2017-08-13 22:26:53 +00:00
2017-06-26 23:02:27 +00:00
2017-09-28 23:11:31 +00:00
2017-01-20 15:38:58 +00:00
2017-09-28 23:18:49 +00:00
2019-05-09 03:31:27 +00:00