aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-12-06 06:44:44 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-12-06 06:44:44 +0000
commit030a6644f253818b81b4d8a7fc1770c0a3d35474 (patch)
tree3ce9e3b92f9012a21e890e2dd7f38d86389b8703 /lib/Driver/Tools.cpp
parentd5e839429771ad4d1a8b3db598cbbc6d93621f75 (diff)
Fix http://stackoverflow.com/questions/13521163
Don't require that, during template deduction, a template specialization type as a function parameter has at least as many template arguments as one used in a function argument (not even if the argument has been resolved to an exact type); the additional parameters might be provided by default template arguments in the template. We don't need this check, since we now implement [temp.deduct.call]p4 with an additional check after deduction. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.cpp')
0 files changed, 0 insertions, 0 deletions