From 34bc0ec14ca764db146423bfc81ed8fc59bf06a6 Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Mon, 25 Jul 2011 18:53:48 +0000
Subject: [PATCH] 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
---
www/cxx_status.html | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
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 |