Mark de Wever 00c97cbc57 [libc++] Adds C++26 support.
Clang has been updated to support C++26, this adds the same support for
libc++. At the moment C++23 and C++26 are identical. During the next
plenary in June the first C++26 papers will be voted on.

Note like Clang this patch uses C++26 is the internal part and C++2c in
the user visible part.

Depends on D150795

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D151026
2023-05-24 07:49:19 +02:00

49 lines
1.2 KiB
ReStructuredText

.. _cxx2c-status:
================================
libc++ C++2c Status
================================
.. include:: ../Helpers/Styles.rst
.. contents::
:local:
Overview
================================
In June 2023, the C++ standard committee adopted the first changes to the next version of the C++ standard, known here as "C++2c" (probably to be C++26).
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#cxx2c>`__.
.. attention:: Features in unreleased drafts of the standard are subject to change.
The groups that have contributed papers:
- CWG - Core Language Working group
- LWG - Library working group
- SG1 - Study group #1 (Concurrency working group)
.. note:: "Nothing to do" means that no library changes were needed to implement this change.
.. _paper-status-cxx2c:
Paper Status
====================================
.. csv-table::
:file: Cxx2cPapers.csv
:header-rows: 1
:widths: auto
.. _issues-status-cxx2c:
Library Working Group Issues Status
====================================
.. csv-table::
:file: Cxx2cIssues.csv
:header-rows: 1
:widths: auto