diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-01-06 22:09:01 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-01-06 22:09:01 +0000 |
commit | f5c65ffbd7374b6c8d9f1e361041578640cab320 (patch) | |
tree | 8d66e21f4816c23a70b7b26a28eec54caafb66c3 /lib/Frontend/CompilerInvocation.cpp | |
parent | 150d2df7b659105cfbab39cc85af225391952815 (diff) |
Implement template argument deduction from a call to a function
template whose last parameter is a parameter pack. This allows us to
form a call to, e.g.,
template<typename ...Args1, typename ...Args2>
void f(std::pair<Args1, Args2> ...pairs);
given zero or more instances of "pair".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions