llvm-project/libcxx/docs/Status
Arthur O'Dwyer d8380ad977 [libc++] [P1614] Implement [cmp.alg]'s std::{strong,weak,partial}_order.
This does not include `std::compare_*_fallback`; those are coming later.

There's still an open question of how to implement std::strong_order
for `long double`, which has 80 value bits and 48 padding bits on x86-64,
and which is presumably *not* IEEE 754-compliant on PPC64 and so on.
So that part is left unimplemented.

Differential Revision: https://reviews.llvm.org/D110738
2021-11-22 13:24:28 -05:00
..
Cxx2b.rst [libc++][docs] Remove "Last Updated" entries from the docs 2021-09-02 13:02:49 -04:00
Cxx2bIssues.csv [libc++][format] Mark LWG-issues as complete. 2021-10-30 12:52:30 +02:00
Cxx2bPapers.csv [libc++] Implement P1272R4 (std::byteswap) 2021-11-22 01:28:18 +01:00
Cxx14.rst [libc++][docs] Remove "Last Updated" entries from the docs 2021-09-02 13:02:49 -04:00
Cxx14Issues.csv
Cxx14Papers.csv
Cxx17.rst [libc++] P0433R2: test that deduction guides are properly SFINAEd away. 2021-11-09 09:32:24 -08:00
Cxx17Issues.csv [libc++][NFC] Update status of old issue LWG2560 -- we implement it properly 2021-09-24 14:22:09 -04:00
Cxx17Papers.csv [libc++] P0433R2: test that deduction guides are properly SFINAEd away. 2021-11-09 09:32:24 -08:00
Cxx20.rst [libc++][docs] Remove "Last Updated" entries from the docs 2021-09-02 13:02:49 -04:00
Cxx20Issues.csv [libc++] [P1614] Implement [cmp.alg]'s std::{strong,weak,partial}_order. 2021-11-22 13:24:28 -05:00
Cxx20Papers.csv [libc++] [NFC] Mark P0858R0 as implemented 2021-11-22 17:58:22 +01:00
Format.rst [libc++][format] Add __format_arg_store. 2021-09-01 19:45:02 +02:00
FormatIssues.csv [libc++][doc] Update format implementation status. 2021-11-16 17:29:40 +01:00
FormatPaper.csv [libc++][doc] Update format implementation status. 2021-11-16 17:29:40 +01:00
Ranges.rst Ensure newlines at the end of files (NFC) 2021-10-29 20:26:09 -07:00
RangesIssues.csv [libc++][doc] Use issue labels. 2021-10-15 17:30:33 +02:00
RangesPaper.csv [libc++][NFC] Assign some Ranges tasks to varconst. 2021-11-18 15:15:21 -08:00
Spaceship.rst [libc++] [doc] Add issue tracking for spaceship operator<=> implementation 2021-08-19 23:13:44 +00:00
SpaceshipPapers.csv [libc++] [doc] Mark some spaceship-related LWG issues as "Complete." 2021-11-20 18:16:22 -05:00
SpaceshipProjects.csv [libc++] Adds (to|from)_chars_result operator==. 2021-11-19 16:29:33 +01:00