llvm-project/libcxx/docs/Status/SpaceshipPapers.csv
Hristo Hristov 211efbb198 [libc++][spaceship][NFC] Updates SpaceshipProjects.csv with full details from P1614R2
Adds the remaining sections from [[ https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html | P1614R2 ]]
Some entries were reordered for easier tracking.
The items in the table match [[ https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1614r2.html | P1614R2 ]]'s sections strictly.

Reviewed By: Mordante, #libc

Differential Revision: https://reviews.llvm.org/D152297
2023-06-10 22:09:58 +03:00

988 B

1NumberNameStatusFirst released version
2`P1614R2 <https://wg21.link/P1614R2>`_The Mothership has Landed|In Progress|
3`P2404R3 <https://wg21.link/P2404R3>`_Relaxing equality_comparable_with's, totally_ordered_with's, and three_way_comparable_with's common reference requirements to support move-only types
4`LWG3330 <https://wg21.link/LWG3330>`_Include <compare> from most library headers|Complete|13.0
5`LWG3347 <https://wg21.link/LWG3347>`_std::pair<T, U> now requires T and U to be less-than-comparable|Nothing To Do|
6`LWG3350 <https://wg21.link/LWG3350>`_Simplify return type of lexicographical_compare_three_way|Nothing To Do|
7`LWG3360 <https://wg21.link/LWG3360>`_three_way_comparable_with is inconsistent with similar concepts|Nothing To Do|
8`LWG3380 <https://wg21.link/LWG3380>`_common_type and comparison categories|Nothing To Do|
9`LWG3395 <https://wg21.link/LWG3395>`_Definition for three-way comparison needs to be updated|Nothing To Do|