From 8fdc3c49e3c8178222a35b16426dc5a08a0efb6d Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Tue, 7 Jul 2009 23:12:18 +0000
Subject: [PATCH] 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
---
lib/Sema/SemaTemplateDeduction.cpp | 2 +-
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!
14.8.2.1 [temp.deduct.call] |
|
|
- |
+ |
|
|
--
2.40.0