From 60e64cfc43466e434e3548aa785479ca8ac01524 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 7 Nov 2008 20:16:04 +0000 Subject: [PATCH] Update C++ status llvm-svn: 58862 --- clang/www/cxx_status.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 5d7ee88be73b..01aa5134a587 100644 --- a/clang/www/cxx_status.html +++ b/clang/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]