Skip to content
  • Douglas Gregor's avatar
    Implement support for calling member function templates, which involves: · 97628d6a
    Douglas Gregor authored
      - Allowing one to name a member function template within a class
      template and on the right-hand side of a member access expression.
      - Template argument deduction for calls to member function templates.
      - Registering specializations of member function templates (and
      finding them later).
    
    llvm-svn: 79581
    97628d6a
Loading