[libcxx-commits] [libcxx] [libc++][docs] LWG3380 made the status of P1614R2 in [meta.trans.other] "Nothing To Do" (PR #98636)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 12 07:05:47 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: A. Jiang (frederick-vs-ja)
<details>
<summary>Changes</summary>
The changes of [P1614R2](https://wg21.link/p1614r2) in [meta.trans.other] were exactly reverted by [LWG3380](https://cplusplus.github.io/LWG/issue3380).
---
Full diff: https://github.com/llvm/llvm-project/pull/98636.diff
1 Files Affected:
- (modified) libcxx/docs/Status/SpaceshipProjects.csv (+1-1)
``````````diff
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|
``````````
</details>
https://github.com/llvm/llvm-project/pull/98636
More information about the libcxx-commits
mailing list