[Bug c++/78282] [6/7 Regression] Overload resolution failure, in parameter pack expansion, inside a template class
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 20 06:07:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78282
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Mon Feb 20 06:06:39 2017
New Revision: 245594
URL: https://gcc.gnu.org/viewcvs?rev=245594&root=gcc&view=rev
Log:
PR c++/78282 - auto template and pack expansion
* pt.c (find_parameter_packs_r): Don't walk into the type of
templates other than template template-parameters.
Added:
trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn36.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c
More information about the Gcc-bugs
mailing list