From ac2b5703bb6a504a0aa8edb625a18c6b68c53bf9 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 20 Sep 2018 07:57:31 +0000 Subject: [PATCH] refresh the libc++ homepage git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@342624 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.rst | 6 +++--- www/index.html | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 1892cd47f..1f563a37f 100644 --- a/docs/index.rst +++ b/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 ```` is only functional with clang and GCC. @@ -105,7 +105,7 @@ C++ Dialect Support * C++11 - Complete * `C++14 - Complete `__ -* `C++1z - In Progress `__ +* `C++17 - In Progress `__ * `Post C++14 Technical Specifications - In Progress `__ Notes and Known Issues diff --git a/www/index.html b/www/index.html index 8f9ae510f..cb8b5173a 100644 --- a/www/index.html +++ b/www/index.html @@ -35,8 +35,8 @@

"libc++" C++ Standard Library

-

libc++ is a new implementation of the C++ standard library, targeting - C++11.

+

libc++ is an implementation of the C++ standard library, targeting + C++11, C++14 and above.

All of the code in libc++ is dual licensed @@ -114,9 +114,8 @@

- 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 <atomic> is only functional with + libc++ is known to work on the following platforms, using g++ and + clang. Note that functionality provided by <atomic> is only functional with clang.

@@ -126,6 +125,8 @@
  • FreeBSD 10+ i386
  • FreeBSD 10+ x86_64
  • FreeBSD 10+ ARM
  • +
  • Linux i386
  • +
  • Linux x86_64