[libcxx-commits] [libcxx] [libcxx] applies integer-like changes from [P2393R1] (PR #74161)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 12 19:32:19 PST 2024
================
@@ -35,7 +35,7 @@
"`P2301R1 <https://wg21.link/P2301R1>`__","LWG","Add a ``pmr`` alias for ``std::stacktrace``","October 2021","",""
"`P2321R2 <https://wg21.link/P2321R2>`__","LWG","``zip``","October 2021","|In Progress|","","|ranges|"
"`P2340R1 <https://wg21.link/P2340R1>`__","LWG","Clarifying the status of the 'C headers'","October 2021","",""
-"`P2393R1 <https://wg21.link/P2393R1>`__","LWG","Cleaning up ``integer``-class types","October 2021","",""
+"`P2393R1 <https://wg21.link/P2393R1>`__","LWG","Cleaning up ``integer``-class types","October 2021","|Complete|","18.0"
----------------
frederick-vs-ja wrote:
May be related: P2393R1 also superseded a related section in P2321R2.
https://github.com/llvm/llvm-project/blob/8566cd61246cf8649eb12c4cf96a72f3203fee98/libcxx/docs/Status/ZipProjects.csv#L9
I think we should say "Superseded by P2393R1" and/or "Nothing To Do" for the status about [iterator.concept.winc] in `ZipProjects.csv`.
https://github.com/llvm/llvm-project/pull/74161
More information about the libcxx-commits
mailing list