diff options
-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> |