"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1963f51f14093fa036d1c6a06c4f10fc0a5e82c1"
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. llvm-svn: 169475
Loading
Please register or sign in to comment