From: Douglas Gregor Date: Fri, 14 Oct 2011 23:35:48 +0000 (+0000) Subject: Tweak the C++11 status prose a bit. We still need better user guidance on the standar... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60d222f6f5bbf6613ff0ba5564c466ce15036998;p=clang Tweak the C++11 status prose a bit. We still need better user guidance on the standard library issue git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142019 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/cxx_status.html b/www/cxx_status.html index a48e226ee8..942db6bafc 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -36,8 +36,7 @@

C++11 Implementation status

-

Clang provides support for a number of features included in the new ISO C++ Standard, ISO/IEC 14882:2011. This section tracks the status of various C++11 -features, and a number of other C++11 features are under active development.

+

Clang provides support for a number of features included in the new ISO C++ Standard, ISO/IEC 14882:2011. The following table describes which C++11 features have been implemented in Clang and in which Clang versions they became available.

You can use Clang in C++11 mode either with libc++ or with gcc's libstdc++.