https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118766
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|`'type_pack_expansion' not |`'type_pack_expansion' not |supported by |supported by |simple_type_specifier` |simple_type_specifier` |comes with vararg requires |comes with variadic | |requires --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- I've changed the summary because this has nothing to do with "vararg" (i.e. a C-style <stdarg.h> ellipsis), this is a variadic template.