[cfe-commits] r142019 - /cfe/trunk/www/cxx_status.html

Douglas Gregor dgregor at apple.com
Fri Oct 14 16:35:48 PDT 2011


Author: dgregor
Date: Fri Oct 14 18:35:48 2011
New Revision: 142019

URL: http://llvm.org/viewvc/llvm-project?rev=142019&view=rev
Log:
Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=142019&r1=142018&r2=142019&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Oct 14 18:35:48 2011
@@ -36,8 +36,7 @@
 
 <h2 id="cxx11">C++11 Implementation status</h2>
 
-  <p>Clang provides support for a number of features included in the new <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">ISO C++ Standard, ISO/IEC 14882:2011</a>. This section tracks the status of various C++11
-features, and a number of other C++11 features are under active development.</p>
+  <p>Clang provides support for a number of features included in the new <a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">ISO C++ Standard, ISO/IEC 14882:2011</a>. The following table describes which C++11 features have been implemented in Clang and in which Clang versions they became available.</p>
 
 <p>You can use Clang in C++11 mode either
 with <a href="http://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++.





More information about the cfe-commits mailing list