]> granicus.if.org Git - clang/commit
When we're converting deduced template arguments to the type of the
authorDouglas Gregor <dgregor@apple.com>
Wed, 5 Jan 2011 20:52:18 +0000 (20:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 5 Jan 2011 20:52:18 +0000 (20:52 +0000)
commitd53e16abd1dcaa2942d5183f48e7f63d0e75b35a
tree9511181c171a8ec025a39e323ea90958e4fc8058
parentb1fa3dc2f914aaa8b5a851c6b5115ec239d20495
When we're converting deduced template arguments to the type of the
corresponding template parameter, make sure that prior converted
template arguments are available for substitution.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122902 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp
test/CXX/temp/temp.decls/temp.variadic/metafunctions.cpp