[libcxx-commits] [libcxx] [libc++][docs] LWG3380 made the status of P1614R2 in [meta.trans.other] "Nothing To Do" (PR #98636)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 12 07:05:14 PDT 2024
https://github.com/frederick-vs-ja created https://github.com/llvm/llvm-project/pull/98636
The changes of [P1614R2](https://wg21.link/p1614r2) in [meta.trans.other] were exactly reverted by [LWG3380](https://cplusplus.github.io/LWG/issue3380).
>From 5aaaef0aaf7c86d5e9d992641a408c6e987f88fd Mon Sep 17 00:00:00 2001
From: "A. Jiang" <de34 at live.cn>
Date: Fri, 12 Jul 2024 22:01:47 +0800
Subject: [PATCH] [libc++][docs] LWG3380 reverted changes in [meta.trans.other]
---
libcxx/docs/Status/SpaceshipProjects.csv | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcxx/docs/Status/SpaceshipProjects.csv b/libcxx/docs/Status/SpaceshipProjects.csv
index 74441dcdea496..e1cf2044cfd78 100644
--- a/libcxx/docs/Status/SpaceshipProjects.csv
+++ b/libcxx/docs/Status/SpaceshipProjects.csv
@@ -67,7 +67,7 @@ Section,Description,Dependencies,Assignee,Complete
| `[func.wrap.func] <https://wg21.link/func.wrap.func>`_
| `[func.wrap.func.nullptr] <https://wg21.link/func.wrap.func.nullptr>`_",| remove ops `function <https://reviews.llvm.org/D152704>`_,None,Hristo Hristov,|Complete|
| `[meta.unary.prop] <https://wg21.link/meta.unary.prop>`_,| replaced by `issue LWG3354 <https://wg21.link/LWG3354>`_,None,Unassigned,|Nothing To Do|
-| `[meta.trans.other] <https://wg21.link/meta.trans.other>`_,|,None,Unassigned,|Not Started|
+| `[meta.trans.other] <https://wg21.link/meta.trans.other>`_,| removed by `issue LWG3380 <https://wg21.link/LWG3380>`_,None,Unassigned,|Nothing To Do|
"| `[type.index.overview] <https://wg21.link/type.index.overview>`_
| `[type.index.members] <https://wg21.link/type.index.members>`_",| `type_index <https://reviews.llvm.org/D131357>`_,None,Adrian Vogelsgesang,|Complete|
| `[charconv.syn] <https://wg21.link/charconv.syn>`_,| `to_chars_result <https://reviews.llvm.org/D112366>`_,None,Mark de Wever,|Complete|
More information about the libcxx-commits
mailing list