[libcxx-commits] [PATCH] D107877: Add issue tracking for spaceship operator<=> implementation
Kent Ross via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 12 14:33:02 PDT 2021
mumbleskates added inline comments.
================
Comment at: libcxx/docs/Status/SpaceshipPapers.csv:9
+`LWG3380 <https://wg21.link/LWG3380>`_,common_type and comparison categories,C++20,
+`LWG3395 <https://wg21.link/LWG3395>`_,Definition for three-way comparison needs to be updated,C++20,
----------------
Quuxplusone wrote:
> mumbleskates wrote:
> > Quuxplusone wrote:
> > > I don't understand what a `Status` of `C++20` means (as opposed to `|In Progress|`).
> > That's the literal status of the LWGs; I can go through this and see what parts of this we've done, not done, or haven't affected our lack of doing things yet instead
> Ah. But on line 2 we've got one `|In Progress|` already, which I think makes more sense.
> The "Status" here should be the status of the feature //in re libc++//, i.e. blank, `|In Progress|`, or `|Complete|`. If people want to know the status of the feature in re Standard adoption and/or progress-through-WG21, they can go look that up elsewhere. (Also, any paper that //hasn't// yet been at least nearly-adopted for some version of C++ probably shouldn't be in this list at all.)
Yeah this is more up to date now.
I'm not 100% sure what the status is of Justin Bassett's recent papers, but I sense wisdom in them and I'm keeping on the list with no status.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107877/new/
https://reviews.llvm.org/D107877
More information about the libcxx-commits
mailing list