| commit | 4ed49f375d6faee8c11a1324f1b6df845f12566e | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed Sep 29 21:14:36 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed Sep 29 21:14:36 2010 +0000 |
| tree | 6f00d7e7b9076f141953494d00e0edca3b659214 | |
| parent | db2732ac42a367ecf61614c8344cc39ed250c17d [diff] |
When performing template argument deduction of a function template against a function type, be sure to check the type of the resulting function template specialization against the desired function type after substituting the deduced/defaulted template arguments. Fixes PR8196. llvm-svn: 115086