[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / libcxx / docs / Status / Cxx2c.rst
bloba7ebc4662f517cc2baf14ffa0f4e4d70b54d35db
1 .. _cxx2c-status:
3 ================================
4 libc++ C++2c Status
5 ================================
7 .. include:: ../Helpers/Styles.rst
9 .. contents::
10    :local:
13 Overview
14 ================================
16 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).
18 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>`__.
20 .. attention:: Features in unreleased drafts of the standard are subject to change.
22 The groups that have contributed papers:
24 -  CWG - Core Language Working group
25 -  LWG - Library working group
26 -  SG1 - Study group #1 (Concurrency working group)
28 .. note:: "Nothing to do" means that no library changes were needed to implement this change.
30 .. _paper-status-cxx2c:
32 Paper Status
33 ====================================
35 .. csv-table::
36    :file: Cxx2cPapers.csv
37    :header-rows: 1
38    :widths: auto
40 .. note::
42    .. [#note-P2510R3] This paper is applied as DR against C++20. (MSVC STL and libstdc++ will do the same.)
44 .. _issues-status-cxx2c:
46 Library Working Group Issues Status
47 ====================================
49 .. csv-table::
50    :file: Cxx2cIssues.csv
51    :header-rows: 1
52    :widths: auto