[PowerPC][NFC] Cleanup PPCCTRLoopsVerify pass
[llvm-project.git] / libcxx / docs / Cxx2aStatus.rst
blob4e4bcd552c11e70c6424c724047cf5fe423eb910
1 .. _cxx2a-status:\r
2 \r
3 ================================\r
4 libc++ C++20 Status\r
5 ================================\r
6 \r
7 .. include:: Helpers/Styles.rst\r
8 \r
9 .. contents::\r
10    :local:\r
13 Overview\r
14 ================================\r
16 In July 2017, the C++ standard committee created a draft for the next version of the C++ standard, initially known as "C++2a".\r
17 In September 2020, the C++ standard committee approved this draft, and sent it to ISO for approval as C++20.\r
19 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#cxx2a>`__.\r
21 .. attention:: Features in unreleased drafts of the standard are subject to change.\r
23 The groups that have contributed papers:\r
25 -  CWG - Core Language Working group\r
26 -  LWG - Library working group\r
27 -  SG1 - Study group #1 (Concurrency working group)\r
29 .. note:: "Nothing to do" means that no library changes were needed to implement this change.\r
31 .. _paper-status-cxx2a:\r
33 Paper Status\r
34 ====================================\r
36 .. csv-table::\r
37    :file: Cxx2aStatusPaperStatus.csv\r
38    :header-rows: 1\r
39    :widths: auto\r
41 .. note::\r
43    .. [#note-P0600] P0600: The missing bits in P0600 are in |sect|\ [mem.res.class], |sect|\ [mem.poly.allocator.class], and |sect|\ [container.node.overview].\r
44    .. [#note-P0966] P0966: It was previously erroneously marked as complete in version 8.0. See `bug 45368 <https://llvm.org/PR45368>`__.\r
46    .. [#note-P0619] P0619: Only ``std::allocator`` part is implemented.\r
49 .. _issues-status-cxx2a:\r
51 Library Working Group Issues Status\r
52 ====================================\r
54 .. csv-table::\r
55    :file: Cxx2aStatusIssuesStatus.csv\r
56    :header-rows: 1\r
57    :widths: auto\r
59 Last Updated: 24-Nov-2020\r