From 20b3e9918cf7d7845c920baabc4fb2f1ac0ee1d2 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 24 Aug 2009 17:42:35 +0000 Subject: Implement support for equality comparisons (!=, ==) of member pointers, by extending the "composite pointer type" logic to include member pointer types. Introduce test cases for member pointer comparisons, including those that involve the builtin operator candidates implemented earlier. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79925 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/cxx_status.html') diff --git a/www/cxx_status.html b/www/cxx_status.html index 05f3a0d00c..d01c5a7752 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -1764,7 +1764,7 @@ welcome!

N/A - Missing pointer-to-member versions (p11, p16) and support for + Missing support for the ->* operator (p11, p16) and support for the ternary operator (p24, p25). -- cgit v1.2.3-18-g5258