]> granicus.if.org Git - clang/commitdiff
Template argument deduction from a call has improved a bit
authorDouglas Gregor <dgregor@apple.com>
Tue, 7 Jul 2009 23:12:18 +0000 (23:12 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 7 Jul 2009 23:12:18 +0000 (23:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74966 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateDeduction.cpp
www/cxx_status.html

index 61bddd52e8a9944d97c32a4af633ca01c4a9cc9e..d294455ec6abd5aa89766b2bf0ebe56b3778378a 100644 (file)
@@ -1169,7 +1169,7 @@ Sema::DeduceTemplateArguments(FunctionTemplateDecl *FunctionTemplate,
                                     TDF))
       return Result;
     
-    // FIXME: C++ [temp.deduct.call] paragraphs 6-9 deal with function
+    // FIXME: C++0x [temp.deduct.call] paragraphs 6-9 deal with function
     // pointer parameters. 
   }
   
index f6120c86bf36ce82f588ba16eb06b311e7c55e96..389427e0aae7bd11b8af8c1025c26ca9bb37d9aa 100644 (file)
@@ -2096,7 +2096,7 @@ welcome!</p>
   <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;14.8.2.1 [temp.deduct.call]</td>
   <td class="broken" align="center"></td>
   <td class="complete" align="center"></td>
-  <td class="basic" align="center"></td>
+  <td class="medium" align="center"></td>
   <td class="na" align="center"></td>
   <td></td>
 </tr>