1.. _cxx2b-status:
2
3================================
4libc++ C++2b Status
5================================
6
7.. include:: ../Helpers/Styles.rst
8
9.. contents::
10   :local:
11
12
13Overview
14================================
15
16In November 2020, the C++ standard committee adopted the first changes to the next version of the C++ standard, known here as "C++2b" (probably to be C++23).
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#cxx23>`__.
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-cxx2b:
31
32Paper Status
33====================================
34
35.. csv-table::
36   :file: Cxx2bPapers.csv
37   :header-rows: 1
38   :widths: auto
39
40.. _issues-status-cxx2b:
41
42Library Working Group Issues Status
43====================================
44
45.. csv-table::
46   :file: Cxx2bIssues.csv
47   :header-rows: 1
48   :widths: auto
49
50Last Updated: 22-July-2021
51