forked from OSchip/llvm-project
[libc++] [docs] Add link to clang status page for C++2b and fix anchor for C++20.
This commit is contained in:
parent
31bb8efd69
commit
e9ba25b59d
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue