diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-06-12 19:15:38 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-06-12 19:15:38 +0000 |
commit | 7e8976b22e61ff8fb7a9c298df52dc12c0665a68 (patch) | |
tree | 0e7ef33e6780e5ed35a017af560199eaea733078 | |
parent | 1d79faf915cc01739664c3817220ed25ad08a367 (diff) |
Update the C++ status to reflect improvements in template argument deduction and the handling of class template partial specializations
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73242 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index d85d451f55..b2ba8a35df 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -1885,17 +1885,17 @@ welcome!</p> </tr> <tr> <td> 14.5.4 [temp.class.spec]</td> - <td class="broken" align="center"></td> - <td class="broken" align="center"></td> - <td class="broken" align="center"></td> + <td class="complete" align="center"></td> + <td class="complete" align="center"></td> + <td class="medium" align="center"></td> <td class="broken" align="center"></td> <td></td> </tr> <tr> <td> 14.5.5.1 [temp.class.spec.match]</td> - <td class="broken" align="center"></td> - <td class="broken" align="center"></td> - <td class="broken" align="center"></td> + <td class="na" align="center">N/A</td> + <td class="na" align="center">N/A</td> + <td class="medium" align="center"></td> <td class="na" align="center">N/A</td> <td></td> </tr> @@ -2117,10 +2117,10 @@ welcome!</p> </tr> <tr> <td> 14.8.2.4 [temp.deduct.type]</td> - <td class="broken" align="center"></td> - <td class="broken" align="center"></td> - <td class="broken" align="center"></td> - <td class="broken" align="center"></td> + <td class="na" align="center">N/A</td> + <td class="complete" align="center"></td> + <td class="medium" align="center"></td> + <td class="na" align="center">N/A</td> <td></td> </tr> <tr> |