Created on 2013-10-01.00:00:00 last changed 13 months ago
Additional notes (October, 2023)
Paper P2537 (Relax va_start Requirements to Match C) proposes to relax va_start to match C23, tracked via cplusplus/papers#1200.
Rationale (June, 2014):
CWG felt that this is a question of language design and thus should be considered by EWG before any action.
EWG 2022-11-11
C23 removes the requirement that the last parameter be named for va_start. This is tracked in github issue cplusplus/papers#1374.
Although the current wording permits an ellipsis to immediately follow a function parameter pack, it is not clear that the <cstdarg> facilities permit access to the ellipsis arguments.
History | |||
---|---|---|---|
Date | User | Action | Args |
2023-10-24 10:24:15 | admin | set | messages: + msg7481 |
2022-11-25 06:34:05 | admin | set | status: extension -> open |
2014-07-07 00:00:00 | admin | set | messages: + msg5123 |
2014-07-07 00:00:00 | admin | set | status: open -> extension |
2013-10-01 00:00:00 | admin | create |