During the review of D111166 I had a private discussion with @ldionne to avoid the duplication of the C++2b issues in the Ranges and Format status pages. The main reason for duplicating them is to make it easier to find them. The title of the paper may not always make it clear to which project the paper belongs. This commit removes all LWG-issues from the Ranges and Format status page and adds labels for these issue in the C++20/C++23 issues list. A quick scan revealed there are some issues that are missing a label since they weren't on the ranges issue list. These can be labelled in a separate commit. In that commit I'll also look for issues for the spaceship operator and chrono. Reviewed By: Quuxplusone, ldionne, #libc Differential Revision: https://reviews.llvm.org/D111458
1.2 KiB
1.2 KiB
| 1 | Number | Name | Assignee | Patch | Status | First released version |
|---|---|---|---|---|---|---|
| 2 | `P0645 <https://wg21.link/P0645>`_ | Text Formatting | Mark de Wever | |Partial| | ||
| 3 | `P1652 <https://wg21.link/P1652>`_ | Printf corner cases in std::format | Mark de Wever | `D103433 <https://reviews.llvm.org/D103433>`__ | |Review| | |
| 4 | `P1892 <https://wg21.link/P1892>`_ | Extended locale-specific presentation specifiers for std::format | Mark de Wever | `D103368 <https://reviews.llvm.org/D103368>`__ | |Complete| | Clang 14 |
| 5 | `P1868 <https://wg21.link/P1868>`_ | width: clarifying units of width and precision in std::format (Implements the unicode support.) | Mark de Wever | `D103413 <https://reviews.llvm.org/D103413>`__ `D103425 <https://reviews.llvm.org/D103425>`__ `D103670 <https://reviews.llvm.org/D103670>`__ | |Complete| | Clang 14 |
| 6 | `P2216 <https://wg21.link/P2216>`_ | std::format improvements | Mark de Wever | |In Progress| | ||
| 7 | `P2418 <https://wg21.link/P2418>`__ | Add support for ``std::generator``-like types to ``std::format`` | Mark de Wever | |In Progress| | ||
| 8 | `P1361 <https://wg21.link/P1361>`_ | Integration of chrono with text formatting | |Not Started| | |||
| 9 | `P2372 <https://wg21.link/P2372>`__ | Fixing locale handling in chrono formatters | |Not Started| |