- Title
- Incorrect description of pack expansion syntax
- Status
- c++11
- Section
- 13.7.4 [temp.variadic]
- Submitter
- Daveed Vandevoorde
Created on 2010-08-26.00:00:00 last changed 152 months ago
Messages
Date: 2011-03-15.00:00:00
[Voted into the WP at the March, 2011 meeting as part of paper N3270.]
Date: 2010-11-15.00:00:00
Proposed resolution (November, 2010): This issue is resolved by the resolution of
issue 778.
Date: 2010-08-26.00:00:00
According to 13.7.4 [temp.variadic] paragraph 4, This is contradicted by 7.6.2.5 [expr.sizeof] paragraph 5,
which describes sizeof...(Types) as an expansion, as well
as the case where the expansion appears in a declarator like the
example given in 9.3.4.6 [dcl.fct] paragraph 13:
This is also described as a pack expansion, although it does
not fit the syntactic summary.
A pack expansion is a sequence of tokens that names one or more
parameter packs, followed by an ellipsis.
template<typename... T> void f(T (* ...t)(int, int));
| 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: + msg3385 |
| 2011-04-10 00:00:00 | admin | set | status: review -> fdis |
| 2010-11-29 00:00:00 | admin | set | messages: + msg3102 |
| 2010-11-29 00:00:00 | admin | set | status: open -> review |
| 2010-08-26 00:00:00 | admin | create | |