llvm-project/libcxx/docs/Status
Konstantin Varlamov a59c1a2138 [libc++] LWG3266: delete the to_chars(bool) overload.
This PR only updates the synopsis in `<charconv>` -- the current
implementation already [deletes](e9e6266c70/libcxx/include/charconv (L108))
the overload and has a [test](https://github.com/llvm/llvm-project/blob/main/libcxx/test/std/utilities/charconv/charconv.to.chars/integral.bool.fail.cpp)
for it (and this has been the case from the first [commit](https://reviews.llvm.org/D41458)
where `<charconv>` was added).

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D111845
2021-10-15 17:52:58 +02:00
..
Cxx2b.rst [libc++][docs] Remove "Last Updated" entries from the docs 2021-09-02 13:02:49 -04:00
Cxx2bIssues.csv [libc++][doc] Use issue labels. 2021-10-15 17:30:33 +02:00
Cxx2bPapers.csv [libc++] P2401: conditional noexcept for std::exchange 2021-10-11 14:34:45 -04: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++][docs] Remove "Last Updated" entries from the docs 2021-09-02 13:02:49 -04: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++] Update atomic synopsis and tests. 2021-10-12 17:28:08 +02:00
Cxx20.rst [libc++][docs] Remove "Last Updated" entries from the docs 2021-09-02 13:02:49 -04:00
Cxx20Issues.csv [libc++] LWG3266: delete the to_chars(bool) overload. 2021-10-15 17:52:58 +02:00
Cxx20Papers.csv [libc++] Implement P1394r4 for span: range constructor 2021-10-08 17:00:39 -04:00
Format.rst [libc++][format] Add __format_arg_store. 2021-09-01 19:45:02 +02:00
FormatIssues.csv [libc++][doc] Use issue labels. 2021-10-15 17:30:33 +02:00
FormatPaper.csv [libc++][doc] Update format status. 2021-10-09 13:28:38 +02:00
Ranges.rst
RangesIssues.csv [libc++][doc] Use issue labels. 2021-10-15 17:30:33 +02:00
RangesPaper.csv [libc++][NFC] Add missing link to a ranges review 2021-09-24 11:37:38 -04:00
Spaceship.rst [libc++] [doc] Add issue tracking for spaceship operator<=> implementation 2021-08-19 23:13:44 +00:00
SpaceshipPapers.csv [libc++] [doc] Add issue tracking for spaceship operator<=> implementation 2021-08-19 23:13:44 +00:00
SpaceshipProjects.csv [libc++] [P1614] Implement std::compare_three_way. 2021-10-10 21:57:10 -04:00