[libcxx-commits] [libcxx] [libc++][modules] Mark as implemented. (PR #90091)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 26 07:22:26 PDT 2024
================
@@ -75,7 +75,7 @@
"`P2445R1 <https://wg21.link/P2445R1>`__","LWG","``forward_like``","July 2022","|Complete|","16.0"
"`P2446R2 <https://wg21.link/P2446R2>`__","LWG","``views::as_rvalue``","July 2022","|Complete|","16.0","|ranges|"
"`P2460R2 <https://wg21.link/P2460R2>`__","LWG","Relax requirements on ``wchar_t`` to match existing practices","July 2022","",""
-"`P2465R3 <https://wg21.link/P2465R3>`__","LWG","Standard Library Modules ``std`` and ``std.compat``","July 2022","",""
+"`P2465R3 <https://wg21.link/P2465R3>`__","LWG","Standard Library Modules ``std`` and ``std.compat``","July 2022","|Complete|","18.0",""
----------------
ldionne wrote:
I think this should be 19.0 since basically no vendor will have shipped these modules files in 18.0. So marking 18.0 is accurate from the standpoint of the library work that was done, but not useful for any users (and in fact rather confusing).
https://github.com/llvm/llvm-project/pull/90091
More information about the libcxx-commits
mailing list