mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
c8439e9a80
Those don't provide a lot of value, and they can easily be wrong anyway. Differential Revision: https://reviews.llvm.org/D109087
51 lines
1.2 KiB
ReStructuredText
51 lines
1.2 KiB
ReStructuredText
.. _cxx14-status:
|
|
|
|
================================
|
|
libc++ C++14 Status
|
|
================================
|
|
|
|
.. include:: ../Helpers/Styles.rst
|
|
|
|
.. contents::
|
|
:local:
|
|
|
|
|
|
Overview
|
|
================================
|
|
|
|
In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, initially known as "C++1y".
|
|
|
|
The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol).
|
|
|
|
In August 2014, this draft was approved by ISO as C++14.
|
|
|
|
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#cxx14>`__.
|
|
|
|
The groups that have contributed papers:
|
|
|
|
- CWG - Core Language Working group
|
|
- LWG - Library working group
|
|
- SG1 - Study group #1 (Concurrency working group)
|
|
|
|
|
|
.. _paper-status-cxx14:
|
|
|
|
Paper Status
|
|
====================================
|
|
|
|
.. csv-table::
|
|
:file: Cxx14Papers.csv
|
|
:header-rows: 1
|
|
:widths: auto
|
|
|
|
|
|
.. _issues-status-cxx14:
|
|
|
|
Library Working Group Issues Status
|
|
====================================
|
|
|
|
.. csv-table::
|
|
:file: Cxx14Issues.csv
|
|
:header-rows: 1
|
|
:widths: auto
|