
This patch replaces 'tags' in the CSV status pages by inline notes that optionally describe more details about the paper/LWG issue. Tags were not really useful anymore because we have a vastly superior tagging system via Github issues, and keeping the tags up-to-date between CSV files and Github is going to be really challenging. This patch also adds support for encoding custom notes in the CSV files via Github issues. To encode a note in the CSV file, the body (initial description) of a Github issue can be edited to contain the following markers: BEGIN-RST-NOTES text that will be added as a note in the RST END-RST-NOTES Amongst other things, this solves the problem of conveying that a paper has been implemented as a DR, and it gives a unified way to add notes to the status pages from Github.
45 lines
1.1 KiB
ReStructuredText
45 lines
1.1 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
|
|
====================================
|
|
|
|
.. csv-table::
|
|
:file: Cxx2cPapers.csv
|
|
:header-rows: 1
|
|
:widths: auto
|
|
|
|
Library Working Group Issues Status
|
|
====================================
|
|
|
|
.. csv-table::
|
|
:file: Cxx2cIssues.csv
|
|
:header-rows: 1
|
|
:widths: auto
|