Created on 2010-08-26.00:00:00 last changed 130 months ago
[Voted into the WP at the March, 2011 meeting as part of paper N3270.]
Proposed resolution (November, 2010):
This issue is resolved by the resolution of issue 778.
9.3.4.6 [dcl.fct] paragraph 13 says,
The type T of the declarator-id of the function parameter pack shall contain a template parameter pack; each template parameter pack in T is expanded by the function parameter pack.
I think that's incorrect. For example, I think
template<class... P> void f(int (* ...p)[sizeof...(P)]);
should be an error, and that the function parameter pack p does not expand the template parameter pack P in this case.
History | |||
---|---|---|---|
Date | User | Action | Args |
2014-03-03 00:00:00 | admin | set | status: fdis -> c++11 |
2011-04-10 00:00:00 | admin | set | messages: + msg3342 |
2011-04-10 00:00:00 | admin | set | status: review -> fdis |
2010-11-29 00:00:00 | admin | set | messages: + msg3091 |
2010-11-29 00:00:00 | admin | set | status: open -> review |
2010-08-26 00:00:00 | admin | create |