From: Douglas Gregor
Date: Mon, 25 Jul 2011 18:53:48 +0000 (+0000)
Subject: Update C++0x status for explicit override controls and explicit
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34bc0ec14ca764db146423bfc81ed8fc59bf06a6;p=clang
Update C++0x status for explicit override controls and explicit
conversion operators, from Jonathan Sauer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135932 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 4b361663b4..d03f700679 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -338,10 +338,10 @@ welcome!
defaulted methods |
- |
- |
- |
- |
+ |
+ |
+ |
+ |
|
N1717
N2326
@@ -366,24 +366,24 @@ welcome!
| N2150 |
- virtual function safety modifications |
- |
- |
- |
- |
+ Explicit override controls |
+ ✓ |
+ ✓ |
+ ✓ |
+ |
|
|
Explicit conversion operators |
- |
- |
- |
- |
+ ✓ |
+ ✓ |
+ ✗ |
+ N/A |
12.3 |
N2437
N2333
- No name mangling; ASTs don't contain calls to conversion operators |
+ Does not implement DR899
Template Modifications |