diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index a48e226ee8f5..942db6bafc98 100644 --- a/clang/www/cxx_status.html +++ b/clang/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++.