From: Douglas Gregor
Date: Tue, 7 Jul 2009 23:12:18 +0000 (+0000)
Subject: Template argument deduction from a call has improved a bit
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fdc3c49e3c8178222a35b16426dc5a08a0efb6d;p=clang
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
---
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!
14.8.2.1 [temp.deduct.call] |
|
|
- |
+ |
|
|