[libcxx-commits] [PATCH] D107877: Add issue tracking for spaceship operator<=> implementation

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 11 15:48:13 PDT 2021


Quuxplusone 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,
----------------
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.)


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