Skip to content

Commit fd50669

Browse files
committed
Set issues to Tentatively Ready after reflector polls: 4232 4233 4234 4236 4242 4245 4247
1 parent 017f0e7 commit fd50669

File tree

7 files changed

+50
-7
lines changed

7 files changed

+50
-7
lines changed

xml/issue4232.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="4232" status="New">
4+
<issue num="4232" status="Tentatively Ready">
55
<title>`datapar::resize` does not resize</title>
66
<section>
77
<sref ref="[simd.traits]"/>
@@ -14,6 +14,12 @@
1414
<p>
1515
The wording actually requires the size to be left unchanged.
1616
</p>
17+
18+
<note>2025-06-12; Reflector poll</note>
19+
<p>
20+
Set status to Tentatively Ready after seven votes in favour during reflector poll.
21+
</p>
22+
1723
</discussion>
1824

1925
<resolution>

xml/issue4233.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="4233" status="New">
4+
<issue num="4233" status="Tentatively Ready">
55
<title>The helper lambda of <code>std::erase</code> for <code>hive</code> should specify return type as
66
<code>bool</code></title>
77
<section>
@@ -17,6 +17,12 @@ This is a follow up to LWG <iref ref="4135"/>, which incidentally adds a default
1717
parameter for <code>U</code> to be consistent with other <code>erase</code> functions,
1818
which is editorial since the declaration already has it.
1919
</p>
20+
21+
<note>2025-06-12; Reflector poll</note>
22+
<p>
23+
Set status to Tentatively Ready after seven votes in favour during reflector poll.
24+
</p>
25+
2026
</discussion>
2127

2228
<resolution>

xml/issue4234.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="4234" status="New">
4+
<issue num="4234" status="Tentatively Ready">
55
<title>Including <tt>&lt;hive&gt;</tt> doesn't provide <tt>std::begin/end</tt></title>
66
<section>
77
<sref ref="[iterator.range]"/>
@@ -15,6 +15,12 @@
1515
<sref ref="[iterator.range]"/> should add <tt>&lt;hive&gt;</tt> to the list as the latter provides
1616
a series of range access member functions such as <tt>begin/end</tt>.
1717
</p>
18+
19+
<note>2025-06-12; Reflector poll</note>
20+
<p>
21+
Set status to Tentatively Ready after six votes in favour during reflector poll.
22+
</p>
23+
1824
</discussion>
1925

2026
<resolution>

xml/issue4236.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="4236" status="New">
4+
<issue num="4236" status="Tentatively Ready">
55
<title><tt>chunk_view::<i>outer-iterator</i>::value_type</tt> should provide <tt>reserve_hint</tt></title>
66
<section>
77
<sref ref="[range.chunk.outer.value]"/>
@@ -31,6 +31,12 @@ This is also consistent with the <code>forward_range</code> version, since its v
3131
<code>views::take(subrange(<i>current_</i>, <i>end_</i>), <i>n_</i>)</code>, which always has a
3232
<code>reserve_hint</code> as <code>take_view</code> unconditionally provides it.
3333
</p>
34+
35+
<note>2025-06-12; Reflector poll</note>
36+
<p>
37+
Set status to Tentatively Ready after five votes in favour during reflector poll.
38+
</p>
39+
3440
</discussion>
3541

3642
<resolution>

xml/issue4242.xml

Lines changed: 8 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="4242" status="New">
4+
<issue num="4242" status="Tentatively Ready">
55
<title>`ranges::distance` does not work with volatile iterators</title>
66
<section>
77
<sref ref="[range.iter.op.distance]"/>
@@ -30,6 +30,13 @@ int main() {
3030
<p>
3131
The resolution changes the <i>Effects</i> of LWG <iref ref="3664"/> from "cute" to "noncute".
3232
</p>
33+
34+
<note>2025-06-12; Reflector poll</note>
35+
<p>
36+
Set status to Tentatively Ready after eight votes in favour during reflector poll.
37+
</p>
38+
<p>"Would prefer `auto(first)` but the current wording is correct."</p>
39+
3340
</discussion>
3441

3542
<resolution>

xml/issue4245.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="4245" status="New">
4+
<issue num="4245" status="Tentatively Ready">
55
<title>Operators that interact with `counted_iterator` and `default_sentinel_t` should be `noexcept`</title>
66
<section>
77
<sref ref="[counted.iterator]"/><sref ref="[counted.iter.nav]"/><sref ref="[counted.iter.cmp]"/>
@@ -17,6 +17,12 @@ which only involves simple integer arithmetic and does not have any <i>Precondit
1717
<p/>
1818
In this case, it is reasonable to declare them as <code>noexcept</code>.
1919
</p>
20+
21+
<note>2025-06-12; Reflector poll</note>
22+
<p>
23+
Set status to Tentatively Ready after seven votes in favour during reflector poll.
24+
</p>
25+
2026
</discussion>
2127

2228
<resolution>

xml/issue4247.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="4247" status="New">
4+
<issue num="4247" status="Tentatively Ready">
55
<title>Header <tt>&lt;stdbit.h&gt;</tt> is not yet freestanding</title>
66
<section>
77
<sref ref="[stdbit.h.syn]"/>
@@ -16,6 +16,12 @@ Per C23/WG14 <a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf
1616
is freestanding in C23, but C++ hasn't required it for a freestanding implementation.
1717
LWG <iref ref="4049"/> is related but doesn't cover this, because there's no <tt>&lt;cstdbit&gt;</tt> standard header.
1818
</p>
19+
20+
<note>2025-06-12; Reflector poll</note>
21+
<p>
22+
Set status to Tentatively Ready after six votes in favour during reflector poll.
23+
</p>
24+
1925
</discussion>
2026

2127
<resolution>

0 commit comments

Comments
 (0)