From 00c6d13dce10ae18b8981210f1d1f36e27b54dc7 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 20 Oct 2009 20:31:50 +0000 Subject: [PATCH] Changes to reflect more pointer-to-member support. llvm-svn: 84670 --- clang/www/cxx_status.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index cb0a363f1eb0..f7eb1639c87f 100644 --- a/clang/www/cxx_status.html +++ b/clang/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).