Skip to content
  1. Dec 22, 2009
    • Douglas Gregor's avatar
      When a template-id refers to a single function template, and the · 8364e6b5
      Douglas Gregor authored
      explicitly-specified template arguments are enough to determine the
      instantiation, and either template argument deduction fails or is not
      performed in that context, we can resolve the template-id down to a
      function template specialization (so sayeth C++0x
      [temp.arg.explicit]p3). Fixes PR5811.
      
      llvm-svn: 91852
      8364e6b5
  2. Dec 21, 2009
  3. Dec 20, 2009
  4. Dec 19, 2009
Loading