diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-07-07 23:12:18 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-07-07 23:12:18 +0000 |
commit | 8fdc3c49e3c8178222a35b16426dc5a08a0efb6d (patch) | |
tree | 522ee3808a6cdc6a96df99051755c36ca5e6d01d | |
parent | de0cb8b6c15c756e14b0716bebd40f4ce48ee717 (diff) |
Template argument deduction from a call has improved a bit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74966 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Sema/SemaTemplateDeduction.cpp | 2 | ||||
-rw-r--r-- | www/cxx_status.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Sema/SemaTemplateDeduction.cpp b/lib/Sema/SemaTemplateDeduction.cpp index 61bddd52e8..d294455ec6 100644 --- a/lib/Sema/SemaTemplateDeduction.cpp +++ b/lib/Sema/SemaTemplateDeduction.cpp @@ -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. } diff --git a/www/cxx_status.html b/www/cxx_status.html index f6120c86bf..389427e0aa 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -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> |