From: Sebastian Redl Date: Mon, 26 Jan 2009 00:11:25 +0000 (+0000) Subject: Update C++ status table with new member pointer conversion capabilities. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51abf6b3bfe03fe9a22d7865da65580e682f9672;p=clang Update C++ status table with new member pointer conversion capabilities. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62977 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index fed62884ac..664e452987 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -419,9 +419,9 @@ welcome!

  4.4 [conv.qual] ✓ ✓ - + ✓ + - Missing pointer-to-member conversions.   4.5 [conv.prom] @@ -474,18 +474,18 @@ welcome!

  4.11 [conv.mem] ✓ - - + ✓ + ✓ + - No support for pointer-to-members.   4.12 [conv.bool] ✓ ✓ - + ✓ + - Missing pointer-to-member conversions. 5 [expr]