Skip to content
Snippets Groups Projects
  • Richard Smith's avatar
    030a6644
    Fix http://stackoverflow.com/questions/13521163 · 030a6644
    Richard Smith authored
    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
    030a6644
    History
    Fix http://stackoverflow.com/questions/13521163
    Richard Smith authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.