re PR c++/17413 (local classes as template argument)
authorGeoffrey Keating <geoffk@apple.com>
Fri, 17 Jun 2005 22:13:33 +0000 (22:13 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 17 Jun 2005 22:13:33 +0000 (22:13 +0000)
commitfad86f7a9ee8cc7eb9f6d9ea817649de703d7f16
treed27af87945c7239afe065cecf47605bbc659ff87
parent9498a22f75b078e17591bb9fd2dd67c424e793a3
re PR c++/17413 (local classes as template argument)

2005-06-17  Geoffrey Keating  <geoffk@apple.com>

PR c++/17413
* pt.c (type_unification_real): Apply template type deduction even
to procedure parameters that are not dependent on a template
parameter.

Index: testsuite/ChangeLog
2005-06-17  Geoffrey Keating  <geoffk@apple.com>

PR c++/17413
* g++.dg/template/local5.C: New.

From-SVN: r101141
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/local5.C [new file with mode: 0644]