Skip to content

Commit 922d8b5

Browse files
committed
Set issues to Tentatively Ready after reflector polls: 4253 4266
These will not be in polls for Sofia, they can wait for Kona.
1 parent 299fc60 commit 922d8b5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

xml/issue4253.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4253" status="New">
4+
<issue num="4253" status="Tentatively Ready">
55
<title>`basic_const_iterator` should provide `iterator_type`</title>
66
<section><sref ref="[const.iterators.iterator]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -32,6 +32,12 @@ static_assert(std::same_as&lt;BI::iterator_type, I&gt;); // <span style="color:
3232
<p>
3333
It seems reasonable to add one for `basic_const_iterator` for consistency.
3434
</p>
35+
36+
<note>2025-06-12; Reflector poll</note>
37+
<p>
38+
Set status to Tentatively Ready after seven votes in favour during reflector poll.
39+
</p>
40+
3541
</discussion>
3642

3743
<resolution>

xml/issue4266.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4266" status="New">
4+
<issue num="4266" status="Tentatively Ready">
55
<title>`layout_stride::mapping` should treat empty mappings as exhaustive</title>
66
<section><sref ref="[mdspan.layout.stride]"/></section>
77
<submitter>Tomasz Kamiński</submitter>
@@ -36,6 +36,12 @@ For consistency, we could update `is_always_exhaustive()` to recognize mapping w
3636
`rank() == 0`, and one for which at least one of the static extents is equal to zero
3737
(i.e., they always represent a multidimensional index space).
3838
</p>
39+
40+
<note>2025-06-12; Reflector poll</note>
41+
<p>
42+
Set status to Tentatively Ready after five votes in favour during reflector poll.
43+
</p>
44+
3945
</discussion>
4046

4147
<resolution>

0 commit comments

Comments
 (0)