xref: /aosp_15_r20/external/cronet/third_party/libc++/src/docs/Status/Cxx2c.rst (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
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
30.. _paper-status-cxx2c:
31
32Paper Status
33====================================
34
35.. csv-table::
36   :file: Cxx2cPapers.csv
37   :header-rows: 1
38   :widths: auto
39
40.. note::
41
42   .. [#note-P2510R3] This paper is applied as DR against C++20. (MSVC STL and libstdc++ will do the same.)
43
44.. _issues-status-cxx2c:
45
46Library Working Group Issues Status
47====================================
48
49.. csv-table::
50   :file: Cxx2cIssues.csv
51   :header-rows: 1
52   :widths: auto
53