Skip to content

Commit 8afc251

Browse files
committed
Sweep all issues from Immediate status to WP
1 parent 0f2b39a commit 8afc251

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+104
-52
lines changed

xml/issue3343.xml

Lines changed: 2 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="3343" status="Immediate">
4+
<issue num="3343" status="WP">
55
<title>Ordering of calls to <tt>unlock()</tt> and <tt>notify_all()</tt> in <i>Effects</i> element of <tt>notify_all_at_thread_exit()</tt> should be reversed</title>
66
<section><sref ref="[thread.condition.nonmember]"/></section>
77
<submitter>Lewis Baker</submitter>
@@ -158,6 +158,7 @@ cond.notify_all();
158158
<note>Kona 2025-11-05; SG1 unanimously approved the proposed resolution.</note>
159159

160160
<note>Kona 2025-11-06; approved by LWG. Status changed: New &rarr; Immediate.</note>
161+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
161162
</discussion>
162163

163164
<resolution>

xml/issue3454.xml

Lines changed: 2 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="3454" status="Immediate">
4+
<issue num="3454" status="WP">
55
<title><tt>pointer_traits::pointer_to</tt> should be <tt>constexpr</tt></title>
66
<section><sref ref="[pointer.traits]"/></section>
77
<submitter>Alisdair Meredith</submitter>
@@ -46,6 +46,7 @@ need to add `constexpr` to be conforming?
4646
<note>2025-10-20; Set priority to 4 based on age of issue and lack of recent interest.</note>
4747

4848
<note>Kona 2025-11-05; approved by LWG. Status changed: New &rarr; Immediate.</note>
49+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
4950
</discussion>
5051

5152
<resolution>

xml/issue4015.xml

Lines changed: 2 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="4015" status="Immediate">
4+
<issue num="4015" status="WP">
55
<title>LWG 3973 broke <code>const</code> overloads of <code>std::optional</code> monadic operations</title>
66
<section><sref ref="[optional.monadic]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -1573,6 +1573,7 @@ Also update corresponding constructor in specialization.
15731573

15741574

15751575
<note>Kona 2025-11-05; approved by LWG. Status changed: New &rarr; Immediate.</note>
1576+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
15761577
</discussion>
15771578

15781579
<resolution>

xml/issue4230.xml

Lines changed: 2 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="4230" status="Immediate">
4+
<issue num="4230" status="WP">
55
<title><tt>simd&lt;complex&gt;::real/imag</tt> is overconstrained</title>
66
<section>
77
<sref ref="[simd.complex.access]"/>
@@ -171,6 +171,7 @@ from <sref ref="[simd.overview]"/> and <sref ref="[simd.ctor]"/> and drop the Re
171171
</p>
172172

173173
<note>Kona 2025-11-04; approved by LWG. Status changed: New &rarr; Immediate.</note>
174+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
174175
</discussion>
175176

176177
<resolution>

xml/issue4251.xml

Lines changed: 2 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="4251" status="Immediate">
4+
<issue num="4251" status="WP">
55
<title>Move assignment for `indirect` unnecessarily requires copy construction</title>
66
<section>
77
<sref ref="[indirect.assign]"/>
@@ -130,6 +130,7 @@ the allocator in `*this` is replaced with a copy of the allocator in `other`.
130130
<note>2025-11-03; Tomasz provides wording.</note>
131131

132132
<note>Kona 2025-11-03; approved by LWG. Status changed: New &rarr; Immediate.</note>
133+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
133134
</discussion>
134135

135136
<resolution>

xml/issue4260.xml

Lines changed: 2 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="4260" status="Immediate">
4+
<issue num="4260" status="WP">
55
<title>Query objects must be default constructible</title>
66
<section><sref ref="[exec.queryable.general]"/></section>
77
<submitter>Eric Niebler</submitter>
@@ -59,6 +59,7 @@ LWG decided to guarantee some additional properties for CPOs.
5959
</p>
6060

6161
<note>Kona 2025-11-07; approved by LWG. Status changed: New &rarr; Immediate.</note>
62+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
6263
</discussion>
6364

6465
<resolution>

xml/issue4272.xml

Lines changed: 2 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="4272" status="Immediate">
4+
<issue num="4272" status="WP">
55
<title>For `rank == 0`, `layout_stride` is atypically convertible</title>
66
<section>
77
<sref ref="[mdspan.layout]"/>
@@ -498,6 +498,7 @@ LayoutRightPaddedMapping::padding_value == dynamic_extent)
498498
<note>2025-09-27, Tomasz Kamiński fixes constraints in constructors from padded layouts</note>
499499

500500
<note>Kona 2025-11-05; approved by LWG. Status changed: New &rarr; Immediate.</note>
501+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
501502
</discussion>
502503

503504
<resolution>

xml/issue4302.xml

Lines changed: 2 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="4302" status="Immediate">
4+
<issue num="4302" status="WP">
55
<title>Problematic `vector_sum_of_squares` wording</title>
66
<section><sref ref="[linalg.algs.blas1.ssq]"/></section>
77
<submitter>Mark Hoemmen</submitter>
@@ -75,6 +75,7 @@ this resolution.
7575

7676
<note>Kona 2025-11-05; approved by LEWG to resolve US 169-276.</note>
7777
<note>Kona 2025-11-05; approved by LWG. Status changed: LEWG &rarr; Immediate.</note>
78+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
7879
</discussion>
7980

8081
<resolution>

xml/issue4304.xml

Lines changed: 2 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="4304" status="Immediate">
4+
<issue num="4304" status="WP">
55
<title><tt>std::optional&lt;<i>NonReturnable</i>&amp;&gt;</tt> is ill-formed due to `value_or`</title>
66
<section><sref ref="[optional.ref.observe]"/></section>
77
<submitter>Jiang An</submitter>
@@ -83,6 +83,7 @@ return has_value() ? *<i>val</i> : static_cast&lt;X&gt;(std::forward&lt;U&gt;(u)
8383

8484

8585
<note>Kona 2025-11-03; approved by LWG. Status changed: New &rarr; Immediate.</note>
86+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
8687
</discussion>
8788

8889
<resolution>

xml/issue4308.xml

Lines changed: 2 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="4308" status="Immediate">
4+
<issue num="4308" status="WP">
55
<title><tt>std::optional&lt;T&amp;&gt;::iterator</tt> can't be a contiguous iterator for some `T`</title>
66
<section>
77
<sref ref="[optional.ref.iterators]"/>
@@ -84,6 +84,7 @@ type because it is not an actual iterator type. &mdash; <i>end note</i>]</ins>
8484
<note>Kona 2025-11-06, Tomasz provides updated wording</note>
8585

8686
<note>Kona 2025-11-06; approved by LWG. Status changed: New &rarr; Immediate.</note>
87+
<note>Kona 2025-11-08; Status changed: Immediate &rarr; WP.</note>
8788
</discussion>
8889

8990
<resolution>

0 commit comments

Comments
 (0)