summaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2018-09-20 07:57:31 +0000
committerSylvestre Ledru <sylvestre@debian.org>2018-09-20 07:57:31 +0000
commit8e4fb10a83fd115b9eb30ff8dbae5a88833634e2 (patch)
tree4b8a8eda0bd488dd777befaa0f6687e283e93057 /libcxx
parentf11918d4d6531fcdcb48624c0e1d4183d278d605 (diff)
refresh the libc++ homepage
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/docs/index.rst6
-rw-r--r--libcxx/www/index.html11
2 files changed, 9 insertions, 8 deletions
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index 1892cd47ff5..1f563a37f67 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -80,8 +80,8 @@ reasons, but some of the major ones are:
Platform and Compiler Support
-----------------------------
-libc++ is known to work on the following platforms, using gcc-4.2 and
-clang (lack of C++11 language support disables some functionality).
+libc++ is known to work on the following platforms, using gcc and
+clang.
Note that functionality provided by ``<atomic>`` is only functional with clang
and GCC.
@@ -105,7 +105,7 @@ C++ Dialect Support
* C++11 - Complete
* `C++14 - Complete <http://libcxx.llvm.org/cxx1y_status.html>`__
-* `C++1z - In Progress <http://libcxx.llvm.org/cxx1z_status.html>`__
+* `C++17 - In Progress <http://libcxx.llvm.org/cxx1z_status.html>`__
* `Post C++14 Technical Specifications - In Progress <http://libcxx.llvm.org/ts1z_status.html>`__
Notes and Known Issues
diff --git a/libcxx/www/index.html b/libcxx/www/index.html
index 8f9ae510f8f..cb8b5173ab3 100644
--- a/libcxx/www/index.html
+++ b/libcxx/www/index.html
@@ -35,8 +35,8 @@
<h1>"libc++" C++ Standard Library</h1>
<!--*********************************************************************-->
- <p>libc++ is a new implementation of the C++ standard library, targeting
- C++11.</p>
+ <p>libc++ is an implementation of the C++ standard library, targeting
+ C++11, C++14 and above.</p>
<p>All of the code in libc++ is <a
href="https://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a>
@@ -114,9 +114,8 @@
<!--=====================================================================-->
<p>
- libc++ is known to work on the following platforms, using g++-4.2 and
- clang (lack of C++11 language support disables some functionality). Note
- that functionality provided by &lt;atomic&gt; is only functional with
+ libc++ is known to work on the following platforms, using g++ and
+ clang. Note that functionality provided by &lt;atomic&gt; is only functional with
clang.
</p>
@@ -126,6 +125,8 @@
<li>FreeBSD 10+ i386</li>
<li>FreeBSD 10+ x86_64</li>
<li>FreeBSD 10+ ARM</li>
+ <li>Linux i386</li>
+ <li>Linux x86_64</li>
</ul>
<!--=====================================================================-->