diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-10-20 21:10:15 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-10-20 21:10:15 +0000 |
commit | 3a9f03d5ac6d2a042a850bf6f55bbd3d9da99721 (patch) | |
tree | 4594cec4c1450f357d8583dd5c0da34abf5968cf | |
parent | 093709796c33b60eeb9dfed081675f5dc5fc5c35 (diff) |
Updated, we support == and != builtins for member pointers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84679 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index f7eb1639c8..e8237c6a26 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -1788,8 +1788,7 @@ welcome!</p> <td class="advanced" align="center"></td> <td class="medium" align="center"></td> <td class="na" align="center">N/A</td> - <td>Missing support for the ->* operator (p16) and support for - the ternary operator (p24, p25).</td> + <td>Missing support for the ternary operator (p24, p25).</td> </tr> <tr> <td>14 [temp]</td> |