xref: /llvm-project/libcxx/docs/Status/Cxx2c.rst (revision c2cac69d0806034879d2b958a2e52e45b6c533fb)
1.. _cxx2c-status:
2
3================================
4libc++ C++2c Status
5================================
6
7.. include:: ../Helpers/Styles.rst
8
9.. contents::
10   :local:
11
12
13Overview
14================================
15
16In 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).
17
18This 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>`__.
19
20.. attention:: Features in unreleased drafts of the standard are subject to change.
21
22The groups that have contributed papers:
23
24-  CWG - Core Language Working group
25-  LWG - Library working group
26-  SG1 - Study group #1 (Concurrency working group)
27
28.. note:: "Nothing to do" means that no library changes were needed to implement this change.
29
30Paper Status
31====================================
32
33.. csv-table::
34   :file: Cxx2cPapers.csv
35   :header-rows: 1
36   :widths: auto
37
38Library Working Group Issues Status
39====================================
40
41.. csv-table::
42   :file: Cxx2cIssues.csv
43   :header-rows: 1
44   :widths: auto
45