https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57868
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Last reconfirmed|2014-07-29 00:00:00 |2016-7-24 --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Still happens but is partly improvemed: t1.cc:1:11: error: parameter pack ‘A’ must be at the end of the template parameter list template <typename... A, typename... B> ^~~~~~~~