From: Fariborz Jahanian Date: Tue, 20 Oct 2009 20:31:50 +0000 (+0000) Subject: Changes to reflect more pointer-to-member support. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=093709796c33b60eeb9dfed081675f5dc5fc5c35;p=clang Changes to reflect more pointer-to-member support. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84670 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index cb0a363f1e..f7eb1639c8 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -1659,9 +1659,8 @@ welcome!

    13.3.3 [over.match.best] N/A - + N/A - Missing support for member pointers       13.3.3.1 [over.best.ics] @@ -1789,7 +1788,7 @@ welcome!

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