]> granicus.if.org Git - clang/commit
Improve the checking of deduced template arguments stored within template argument...
authorDouglas Gregor <dgregor@apple.com>
Tue, 4 Jan 2011 22:13:36 +0000 (22:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 4 Jan 2011 22:13:36 +0000 (22:13 +0000)
commitb9a7d6fb53f2b76df2ef832146a1edb4cb01b9f6
treeaac5162662a0dafd4aac769fab97a3e241962fe9
parent112c3307aaa9ae9ee6ff5c2b4f6a53b1ea3c6f19
Improve the checking of deduced template arguments stored within template argument packs when finishing template argument deduction for a function template

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122843 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp
test/CXX/temp/temp.decls/temp.variadic/deduction.cpp [new file with mode: 0644]