brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · d94b3cf Raw
45 lines · plain
1.. _cxx2c-status:2 3================================4libc++ C++2c Status5================================6 7.. include:: ../Helpers/Styles.rst8 9.. contents::10   :local:11 12 13Overview14================================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 group25-  LWG - Library working group26-  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 Status31====================================32 33.. csv-table::34   :file: Cxx2cPapers.csv35   :header-rows: 136   :widths: auto37 38Library Working Group Issues Status39====================================40 41.. csv-table::42   :file: Cxx2cIssues.csv43   :header-rows: 144   :widths: auto45