From ed1eedd5c4982edf16efdf5de18e623ad8045fc8 Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Fri, 7 Nov 2008 20:16:04 +0000
Subject: [PATCH] Update C++ status
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58862 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/cxx_status.html | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 5d7ee88be7..01aa5134a5 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -617,7 +617,14 @@ welcome!
|
12.2 [class.temporary] | | | | | |
- 12.3 [class.conv] | | | | | |
+
+ 12.3 [class.conv] |
+ |
+ |
+ |
+ |
+ |
+
12.3.1 [class.conv.ctor] |
|
@@ -626,7 +633,14 @@ welcome!
|
|
- 12.3.2 [class.conv.fct] | | | | | |
+
+ 12.3.2 [class.conv.fct] |
+ |
+ |
+ |
+ |
+ Conversion functions can be declared and defined, but aren't used for anything. |
+
12.4 [class.dtor] |
|
--
2.50.1