diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-08-21 23:19:43 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-08-21 23:19:43 +0000 |
commit | 65ec1fda479688d143fe2403242cd9c730c800a1 (patch) | |
tree | 68f8bdec78acdcea77d4fdb1abc1c4011ee80c26 /www/cxx_status.html | |
parent | 263b3522add846130ff5f0a85568234e612a81ca (diff) |
Implement conversion function templates, along with the ability to use
template argument deduction from a conversion function (C++
[temp.deduct.conv]) with implicit conversions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 5985e6c5e7..be86c5f3ee 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -2111,10 +2111,10 @@ welcome!</p> </tr> <tr> <td> 14.8.2.3 [temp.deduct.conv]</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"></td> + <td class="advanced" align="center"></td> + <td class="medium" align="center"></td> + <td class="na" align="center"></td> <td></td> </tr> <tr> |