[libcxx-commits] [PATCH] D119189: [libc++] Add papers from February 2022 plenary meeting

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 7 13:48:16 PST 2022


philnik created this revision.
philnik added reviewers: ldionne, Quuxplusone, Mordante.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119189

Files:
  libcxx/docs/Status/Cxx2bPapers.csv


Index: libcxx/docs/Status/Cxx2bPapers.csv
===================================================================
--- libcxx/docs/Status/Cxx2bPapers.csv
+++ libcxx/docs/Status/Cxx2bPapers.csv
@@ -11,7 +11,7 @@
 "`P2212R2 <https://wg21.link/P2212R2>`__","LWG","Relax Requirements for time_point::clock","February 2021","",""
 "`P2259R1 <https://wg21.link/P2259R1>`__","LWG","Repairing input range adaptors and counted_iterator","February 2021","",""
 "","","","","",""
-"`P0401R6 <https://wg21.link/P0401R6>`__","LWG","Providing size feedback in the Allocator interface","June 2021","",
+"`P0401R6 <https://wg21.link/P0401R6>`__","LWG","Providing size feedback in the Allocator interface","June 2021","",""
 "`P0448R4 <https://wg21.link/P0448R4>`__","LWG","A strstream replacement using span<charT> as buffer","June 2021","",""
 "`P1132R8 <https://wg21.link/P1132R8>`__","LWG","out_ptr - a scalable output pointer abstraction","June 2021","",""
 "`P1328R1 <https://wg21.link/P1328R1>`__","LWG","Making std::type_info::operator== constexpr","June 2021","",""
@@ -38,3 +38,16 @@
 "`P2393R1 <https://wg21.link/P2393R1>`__","LWG","Cleaning up ``integer``-class types","October 2021","",""
 "`P2401R0 <https://wg21.link/P2401R0>`__","LWG","Add a conditional ``noexcept`` specification to ``std::exchange``","October 2021","|Complete|","14.0"
 "","","","","",""
+"`P0323R12 <https://wg21.link/P0323R12>`","LWG","``std::expected``","February 2022","",""
+"`P0533R9 <https://wg21.link/P0533R9>`","LWG","``constexpr`` for ``<cmath>`` and ``<cstdlib>``","February 2022","",""
+"`P0627R6 <https://wg21.link/P0627R6>`","LWG","Function to mark unreachable code","February 2022","",""
+"`P1206R7 <https://wg21.link/P1206R7>`","LWG","``ranges::to``: A function to convert any range to a container","February 2022","",""
+"`P1413R3 <https://wg21.link/P1413R3>`","LWG","Deprecate ``std::aligned_storage`` and ``std::aligned_union``","February 2022","",""
+"`P2255R3 <https://wg21.link/P2255R3>`","LWG","A type trait to detect reference binding to temporary","February 2022","",""
+"`P2273R3 <https://wg21.link/P2273R3>`","LWG","Making ``std::unique_ptr`` constexpr","February 2022","",""
+"`P2387R3 <https://wg21.link/P2387R3>`","LWG","Pipe support for user-defined range adaptors","February 2022","",""
+"`P2440R1 <https://wg21.link/P2440R1>`","LWG","``ranges::iota``, ``ranges::shift_left`` and ```ranges::shift_right`","February 2022","",""
+"`P2441R2 <https://wg21.link/P2441R2>`","LWG","``views::join_view``","February 2022","",""
+"`P2442R1 <https://wg21.link/P2442R1>`","LWG","Windowing range adaptors: ``views::chunk`` and ``views::slide``","February 2022","",""
+"`P2443R1 <https://wg21.link/P2443R1>`","LWG","``views::chunk_by``","February 2022","",""
+"","","","","",""


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119189.406600.patch
Type: text/x-patch
Size: 2759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220207/d64972f1/attachment.bin>


More information about the libcxx-commits mailing list