commit | 76f46073797c9903412b6b9a5cb773e047c39f8d | [log] [tgz] |
---|---|---|
author | Douglas Gregor <doug.gregor@gmail.com> | Tue Jul 07 23:12:18 2009 +0000 |
committer | Douglas Gregor <doug.gregor@gmail.com> | Tue Jul 07 23:12:18 2009 +0000 |
tree | 522ee3808a6cdc6a96df99051755c36ca5e6d01d | |
parent | 597afb4d747c0e6cb02c7f0fd6b86f60b5055c42 [diff] [blame] |
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 61bddd5..d294455 100644 --- a/lib/Sema/SemaTemplateDeduction.cpp +++ b/lib/Sema/SemaTemplateDeduction.cpp
@@ -1169,7 +1169,7 @@ 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. }