https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100198
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2024-04-15 00:00:00 |2026-2-6
--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
Re-confirmed.
t.ii: In lambda function:
t.ii:3:22: sorry, unimplemented: unexpanded parameter pack in enumerator in
lambda
3 | ([] { enum e { e = E }; }(), ...);
| ^
t.ii: In function ‘void f()’:
t.ii:3:28: error: operand of fold expression has no unexpanded parameter packs
-Wtemplate-body]
3 | ([] { enum e { e = E }; }(), ...);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~