forked from OSchip/llvm-project
16b65394ee
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. llvm-svn: 169475 |
||
---|---|---|
.. | ||
temp.arg | ||
temp.decls | ||
temp.fct.spec | ||
temp.names | ||
temp.param | ||
temp.res | ||
temp.spec | ||
temp.type | ||
p3.cpp |