Index: clang/www/cxx_status.html =================================================================== --- clang/www/cxx_status.html +++ clang/www/cxx_status.html @@ -59,10 +59,9 @@ href="https://www.iso.org/standard/50372.html">ISO C++ 2011 standard. -

By default, Clang builds C++ code according to the C++98 standard, with many -C++11 features accepted as extensions. You can use Clang in C++11 mode with the --std=c++11 option. Clang's C++11 mode can be used -with libc++ or with gcc's libstdc++. +

You can use Clang in C++11 mode with the -std=c++11 option. +Clang's C++11 mode can be used with libc++ or with gcc's libstdc++.

List of features and minimum Clang version with support