From: Fariborz Jahanian Date: Tue, 20 Oct 2009 21:10:15 +0000 (+0000) Subject: Updated, we support == and != builtins for member pointers. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a9f03d5ac6d2a042a850bf6f55bbd3d9da99721;p=clang 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 --- 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!

N/A - Missing support for the ->* operator (p16) and support for - the ternary operator (p24, p25). + Missing support for the ternary operator (p24, p25). 14 [temp]