[Bug c++/69623] Invalid deduction of non-trailing template parameter pack

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 16 04:00:58 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69623

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Full testcase where both declarations should be an error:

  template<class... T, class... U> void f() { } // error
  template<class... T, class U> void g() { } // error


More information about the Gcc-bugs mailing list