[libcxx-commits] [libcxx] e9ba25b - [libc++] [docs] Add link to clang status page for C++2b and fix anchor for C++20.

Marek Kurdej via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 11 11:49:24 PST 2021


Author: Marek Kurdej
Date: 2021-03-11T20:49:14+01:00
New Revision: e9ba25b59dc23a4dd64a20a7247ba3f209c043ef

URL: https://github.com/llvm/llvm-project/commit/e9ba25b59dc23a4dd64a20a7247ba3f209c043ef
DIFF: https://github.com/llvm/llvm-project/commit/e9ba25b59dc23a4dd64a20a7247ba3f209c043ef.diff

LOG: [libc++] [docs] Add link to clang status page for C++2b and fix anchor for C++20.

Added: 
    

Modified: 
    libcxx/docs/Cxx2aStatus.rst
    libcxx/docs/Cxx2bStatus.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/Cxx2aStatus.rst b/libcxx/docs/Cxx2aStatus.rst
index 4e4bcd552c11..ad6713ebc4fe 100644
--- a/libcxx/docs/Cxx2aStatus.rst
+++ b/libcxx/docs/Cxx2aStatus.rst
@@ -16,7 +16,7 @@ Overview
 In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++2a".
 In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval as C++20.
 
-This page shows the status of libc++; the status of clang's support of the language features is `here <https://clang.llvm.org/cxx_status.html#cxx2a>`__.
+This page shows the status of libc++; the status of clang's support of the language features is `here <https://clang.llvm.org/cxx_status.html#cxx20>`__.
 
 .. attention:: Features in unreleased drafts of the standard are subject to change.
 

diff  --git a/libcxx/docs/Cxx2bStatus.rst b/libcxx/docs/Cxx2bStatus.rst
index f8e5fc887b78..541d8bf466c9 100644
--- a/libcxx/docs/Cxx2bStatus.rst
+++ b/libcxx/docs/Cxx2bStatus.rst
@@ -15,7 +15,7 @@ Overview
 
 In November 2020, the C++ standard committee adopted the first changes to the next version of the C++ standard, known here as "C++2b" (probably to be C++23).
 
-.. This page shows the status of libc++; the status of clang's support of the language features is `here <https://clang.llvm.org/cxx_status.html#cxx2b>`__.
+This page shows the status of libc++; the status of clang's support of the language features is `here <https://clang.llvm.org/cxx_status.html#cxx23>`__.
 
 .. attention:: Features in unreleased drafts of the standard are subject to change.
 


        


More information about the libcxx-commits mailing list