[libcxx-commits] [PATCH] D152297: [libc++][spaceship][NFC] Updates `SpaceshipProjects.csv` with full details from `P1614R2`
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 7 12:16:52 PDT 2023
Mordante added a comment.
Thanks for working on this! I want to look at it in more detail later this week. I want to make sure we have all missing parts of the paper listed.
================
Comment at: libcxx/docs/Status/SpaceshipPapers.csv:3
`P1614R2 <https://wg21.link/P1614>`_,The Mothership has Landed,|In Progress|,
-`P2404R0 <https://wg21.link/P2404>`_,"Relaxing equality_comparable_with's, totally_ordered_with's, and three_way_comparable_with's common reference requirements to support move-only types",,
+`P2404R3 <https://wg21.link/P2404>`_,"Relaxing equality_comparable_with's, totally_ordered_with's, and three_way_comparable_with's common reference requirements to support move-only types",,
`LWG3330 <https://wg21.link/LWG3330>`_,Include <compare> from most library headers,"|Complete|","13.0"
----------------
================
Comment at: libcxx/docs/Status/SpaceshipProjects.csv:177-181
+| `[re.results.nonmember] <https://wg21.link/re.results.nonmember>`_,| remove ops,None,Unassigned,|Not Started|
+"| `[re.regiter] <https://wg21.link/re.regiter>`_,
+| `[re.regiter.comp] <https://wg21.link/re.regiter.comp>`_",| remove ops `regex_iterator`,None,Unassigned,|Not Started|
+"| `[re.tokiter] <https://wg21.link/re.tokiter>`_
+| `[re.tokiter.comp] <https://wg21.link/re.tokiter.comp>`_",| remove ops `regex_token_iterator`,None,Unassigned,|Not Started|
----------------
Can you put these in progress and assign them to me? I have a(n ancient) patch for this.
================
Comment at: libcxx/docs/Status/SpaceshipProjects.csv:189
+| `[stacktrace.basic.cmp] <https://wg21.link/stacktrace.basic.cmp>`_,| `basic_stacktrace <https://reviews.llvm.org/D123228>`_,[alg.three.way],Nikolas Klauser,|In Progress|
+`wg21.link - WG21 redirect service <https://wg21.link>`_,-,-,-,-
----------------
This seems like an unwanted left-over.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152297/new/
https://reviews.llvm.org/D152297
More information about the libcxx-commits
mailing list