forked from OSchip/llvm-project
Template argument deduction from a call has improved a bit
llvm-svn: 74966
This commit is contained in:
parent
e81f3e71f8
commit
9fc6097145
|
@ -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.
|
||||
}
|
||||
|
||||
|
|
|
@ -2096,7 +2096,7 @@ welcome!</p>
|
|||
<td> 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>
|
||||
|
|
Loading…
Reference in New Issue