Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue

llvm-svn: 142019
This commit is contained in:
Douglas Gregor 2011-10-14 23:35:48 +00:00
parent 6f3f9a391e
commit 3d711633a3
1 changed files with 1 additions and 2 deletions

View File

@ -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++.