forked from OSchip/llvm-project
b2997f579a
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 |
||
---|---|---|
.. | ||
temp.alias | ||
temp.class | ||
temp.class.spec | ||
temp.fct | ||
temp.friend | ||
temp.mem | ||
temp.variadic | ||
p3.cpp |