Skip to content

Commit dd13100

Browse files
committed
Set 4257, 4276, 4280, 4291, 4293, and 4294 to Tentatively Ready
1 parent 0643d5d commit dd13100

File tree

6 files changed

+42
-6
lines changed

6 files changed

+42
-6
lines changed

xml/issue4257.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="4257" status="New">
4+
<issue num="4257" status="Tentatively Ready">
55
<title>Stream insertion for `chrono::local_time` should be constrained</title>
66
<section><sref ref="[time.clock.local]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -41,6 +41,12 @@ But actually trying to use it is ill-formed, because it tries to convert the
4141
<code>local_time&lt;D&gt;</code> to a <code>sys_time&lt;D&gt;</code>
4242
and then insert that, which isn't valid.
4343
</p>
44+
45+
<note>2025-08-21; Reflector poll</note>
46+
<p>
47+
Set status to Tentatively Ready after six votes in favour during reflector poll.
48+
</p>
49+
4450
</discussion>
4551

4652
<resolution>

xml/issue4276.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="4276" status="New">
4+
<issue num="4276" status="Tentatively Ready">
55
<title>`front()` and `back()` are not hardened for zero-length `std::array`s</title>
66
<section>
77
<sref ref="[array.zero]"/>
@@ -19,6 +19,12 @@ hardening by having undefined behavior for `front()` and `back()` explicitly spe
1919
<p/>
2020
Without this paragraph, `front()` and `back()` would be hardened as well, as specified in <sref ref="[sequence.reqmts]"/>.
2121
</p>
22+
23+
<note>2025-08-21; Reflector poll</note>
24+
<p>
25+
Set status to Tentatively Ready after eight votes in favour during reflector poll.
26+
</p>
27+
2228
</discussion>
2329

2430
<resolution>

xml/issue4280.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="4280" status="New">
4+
<issue num="4280" status="Tentatively Ready">
55
<title>`simd::partial_load` uses undefined identifier `T`</title>
66
<section>
77
<sref ref="[simd.loadstore]"/>
@@ -17,6 +17,12 @@ but that is not defined anywhere. It should be `V::value_type`.
1717
<p/>
1818
Also, this paragraph should be a <i>Returns:</i> element.
1919
</p>
20+
21+
<note>2025-08-21; Reflector poll</note>
22+
<p>
23+
Set status to Tentatively Ready after nine votes in favour during reflector poll.
24+
</p>
25+
2026
</discussion>
2127

2228
<resolution>

xml/issue4291.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="4291" status="New">
4+
<issue num="4291" status="Tentatively Ready">
55
<title> <code>explicit map(const Allocator&amp;)</code> should be <code>constexpr</code> </title>
66
<section><sref ref="[map.overview]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -14,6 +14,12 @@ The intent of <paper num="P3372R3"/> was for all container constructors to be
1414
constexpr, but during application of the paper to the working draft
1515
it was observed that one `map` constructor was missed.
1616
</p>
17+
18+
<note>2025-08-21; Reflector poll</note>
19+
<p>
20+
Set status to Tentatively Ready after six votes in favour during reflector poll.
21+
</p>
22+
1723
</discussion>
1824

1925
<resolution>

xml/issue4293.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="4293" status="New">
4+
<issue num="4293" status="Tentatively Ready">
55
<title>span::subspan/first/last chooses wrong constructor when T is const-qualified bool</title>
66
<section><sref ref="[span.sub]"/></section>
77
<submitter>Yuhan Liu</submitter>
@@ -51,6 +51,12 @@ but for the latter the meaning of list-initialization depends on the types.
5151
The list-initialization form will choose the initializer-list constructor
5252
when `data()` and `count` are both convertible to the element type.
5353
</p>
54+
55+
<note>2025-08-21; Reflector poll</note>
56+
<p>
57+
Set status to Tentatively Ready after nine votes in favour during reflector poll.
58+
</p>
59+
5460
</discussion>
5561

5662
<resolution>

xml/issue4294.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="4294" status="New">
4+
<issue num="4294" status="Tentatively Ready">
55
<title>`bitset(const CharT*)` constructor needs to be constrained</title>
66
<section><sref ref="[bitset.cons]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -28,6 +28,12 @@ defines a char-like type as "any non-array trivially copyable standard-layout
2828
(<sref ref="[basic.types.general]"/>) type `T`
2929
where <code>is_trivially_default_constructible_v&lt;T&gt;</code> is `true`."
3030
</p>
31+
32+
<note>2025-08-21; Reflector poll</note>
33+
<p>
34+
Set status to Tentatively Ready after five votes in favour during reflector poll.
35+
</p>
36+
3137
</discussion>
3238

3339
<resolution>

0 commit comments

Comments
 (0)