1.. _cxx1y-status: 2 3================================ 4libc++ C++14 Status 5================================ 6 7.. include:: Helpers/Styles.rst 8 9.. contents:: 10 :local: 11 12 13Overview 14================================ 15 16In April 2013, the C++ standard committee approved the draft for the next version of the C++ standard, initially known as "C++1y". 17 18The draft standard includes papers and issues that were voted on at the previous three meetings (Kona, Portland, and Bristol). 19 20In August 2014, this draft was approved by ISO as C++14. 21 22This 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>`__. 23 24The groups that have contributed papers: 25 26- CWG - Core Language Working group 27- LWG - Library working group 28- SG1 - Study group #1 (Concurrency working group) 29 30 31.. _paper-status-cxx1y: 32 33Paper Status 34==================================== 35 36.. csv-table:: 37 :file: Cxx1yStatusPaperStatus.csv 38 :header-rows: 1 39 :widths: auto 40 41 42.. _issues-status-cxx1y: 43 44Library Working Group Issues Status 45==================================== 46 47.. csv-table:: 48 :file: Cxx1yStatusIssuesStatus.csv 49 :header-rows: 1 50 :widths: auto 51 52Last Updated: 25-Mar-2014 53