
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
2.2 KiB
2.2 KiB
1 | Number | Name | Status | First released version |
---|---|---|---|---|
2 | `P0896R4 <https://wg21.link/P0896R4>`__ | <ranges> | ||
3 | `P1035R7 <https://wg21.link/P1035R7>`__ | Input Range Adaptors | ||
4 | `P1207R4 <https://wg21.link/P1207R4>`__ | Movability Of Single-Pass Iterators | ||
5 | `P1243R4 <https://wg21.link/P1243R4>`__ | Rangify New Algorithms | ||
6 | `P1248R1 <https://wg21.link/P1248R1>`__ | Fixing Relations | ||
7 | `P1252R2 <https://wg21.link/P1252R2>`__ | Ranges Design Cleanup | ||
8 | `P1391R4 <https://wg21.link/P1391R4>`__ | Range Constructor For string_view | ||
9 | `P1456R1 <https://wg21.link/P1456R1>`__ | Move-Only Views | ||
10 | `P1474R1 <https://wg21.link/P1474R1>`__ | Helpful Pointers For contiguous_iterator | ||
11 | `P1522R1 <https://wg21.link/P1522R1>`__ | Iterator Difference Type And Integer Overflow | ||
12 | `P1523R1 <https://wg21.link/P1523R1>`__ | Views And Size Types | ||
13 | `P1638R1 <https://wg21.link/P1638R1>`__ | basic_istream_view::iterator Should Not Be Copyable | ||
14 | `P1716R3 <https://wg21.link/P1716R3>`__ | Range Comparison Algorithms Are Over-Constrained | ||
15 | `P1739R4 <https://wg21.link/P1739R4>`__ | Avoiding Template Bloat For Ranges | ||
16 | `P1862R1 <https://wg21.link/P1862R1>`__ | Range Adaptors For Non-Copyable Iterators | ||
17 | `P1870R1 <https://wg21.link/P1870R1>`__ | safe_range | ||
18 | `P1871R1 <https://wg21.link/P1871R1>`__ | disable_sized_sentinel_for | ||
19 | `P1878R1 <https://wg21.link/P1878R1>`__ | Constraining Readable Types | ||
20 | `P1970R2 <https://wg21.link/P1970R2>`__ | ranges::ssize | ||
21 | `P1983R0 <https://wg21.link/P1983R0>`__ | Fixing Minor Ranges Issues | ||
22 | `P1994R1 <https://wg21.link/P1994R1>`__ | elements_view Needs Its Own sentinel | ||
23 | `P2091R0 <https://wg21.link/P2091R0>`__ | Fixing Issues With Range Access CPOs | ||
24 | `P2106R0 <https://wg21.link/P2106R0>`__ | Range Algorithm Result Types | ||
25 | `P2325R3 <https://wg21.link/P2325R3>`__ | Views should not be required to be default constructible | ||
26 | `P2328R1 <https://wg21.link/P2328R1>`__ | join_view should join all views of ranges | ||
27 | `P2210R2 <https://wg21.link/P2210R2>`__ | Superior String Splitting | ||
28 | `P2281R1 <https://wg21.link/P2281R1>`__ | Clarifying range adaptor objects | ||
29 | `P2367R0 <https://wg21.link/P2367R0>`__ | Remove misuses of list-initialization from Clause 24 | ||
30 | `P2415 <https://wg21.link/P2415>`__ | What is a ``view`` | ||
31 | `P2432 <https://wg21.link/P2432>`__ | Fix ``istream_view`` |