summaryrefslogtreecommitdiff
path: root/libcxx/docs
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/docs
parentf11918d4d6531fcdcb48624c0e1d4183d278d605 (diff)
refresh the libc++ homepage
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/index.rst6
1 files changed, 3 insertions, 3 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