Template argument deduction from a call has improved a bit

llvm-svn: 74966
This commit is contained in:
Douglas Gregor 2009-07-07 23:12:18 +00:00
parent e81f3e71f8
commit 9fc6097145
2 changed files with 2 additions and 2 deletions

View 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.
}

View 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>