Skip to content

Commit 0f2b39a

Browse files
committed
Sweep all issues from Voting status to WP
1 parent 0ff3003 commit 0f2b39a

Some content is hidden

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

61 files changed

+122
-61
lines changed

xml/issue2991.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="2991" status="Voting">
4+
<issue num="2991" status="WP">
55
<title><tt>variant</tt> copy constructor missing <tt>noexcept(<i>see below</i>)</tt></title>
66
<section><sref ref="[variant.ctor]"/></section>
77
<submitter>Peter Dimov</submitter>
@@ -89,6 +89,7 @@ variant(const variant&amp; w) <ins>noexcept(<i>see below</i>)</ins>;
8989
<p>
9090
Set status to Tentatively Ready after five votes in favour during reflector poll.
9191
</p>
92+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
9293
</discussion>
9394

9495
<resolution>

xml/issue3090.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="3090" status="Voting">
4+
<issue num="3090" status="WP">
55
<title>What is &sect;[time.duration.cons]p4's "no overflow is induced in the conversion" intended to mean?</title>
66
<section><sref ref="[time.duration.cons]"/></section>
77
<submitter>Richard Smith</submitter>
@@ -76,6 +76,7 @@ to check if they would overflow, without actually using <tt>ratio_divide</tt>.
7676
<p>
7777
Set status to Tentatively Ready after seven votes in favour during reflector poll.
7878
</p>
79+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
7980
</discussion>
8081

8182
<resolution>

xml/issue3627.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="3627" status="Voting">
4+
<issue num="3627" status="WP">
55
<title>Inconsistent specifications for <tt>std::make_optional</tt> overloads</title>
66
<section><sref ref="[optional.specalg]"/></section>
77
<submitter>Jiang An</submitter>
@@ -30,6 +30,7 @@ Set priority to 3 after reflector poll.
3030
<note>2025-10-16; Status changed: New &rarr; Tentatively Ready.</note>
3131
<p>Reflector poll in 2024-07 with eight supporting votes.</p>
3232

33+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
3334
</discussion>
3435

3536
<resolution>

xml/issue4020.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="4020" status="Voting">
4+
<issue num="4020" status="WP">
55
<title><tt>extents::<i>index-cast</i></tt> weirdness</title>
66
<section><sref ref="[mdspan.extents.expo]"/></section>
77
<submitter>Casey Carter</submitter>
@@ -48,6 +48,7 @@ Set status to Tentatively Ready after eight votes in favour during reflector pol
4848
<p>
4949
"Doesn't matter in this case, but logically `decay_t` seems like a better fit."
5050
</p>
51+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
5152
</discussion>
5253

5354
<resolution>

xml/issue4136.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="4136" status="Voting">
4+
<issue num="4136" status="WP">
55
<title>Specify behavior of [linalg] Hermitian algorithms on diagonal with nonzero imaginary part</title>
66
<section><sref ref="[linalg.general]"/></section>
77
<submitter>Mark Hoemmen</submitter>
@@ -71,6 +71,7 @@ affect the behavior of [linalg] Hermitian algorithms.
7171
<p>
7272
Set status to Tentatively Ready after six votes in favour during reflector poll.
7373
</p>
74+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
7475
</discussion>
7576

7677
<resolution>

xml/issue4137.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="4137" status="Voting">
4+
<issue num="4137" status="WP">
55
<title>Fix <i>Mandates</i>, <i>Preconditions</i>, and <i>Complexity</i> elements of [linalg] algorithms</title>
66
<section><sref ref="[linalg.algs.blas2]"/><sref ref="[linalg.algs.blas3]"/></section>
77
<submitter>Mark Hoemmen</submitter>
@@ -349,6 +349,7 @@ template&lt;class ExecutionPolicy,
349349
<p>Add missing `()` in one place and change `(0, 1)` to `()` in another.</p>
350350

351351
<note>LWG telecon 2025-10-10; Status updated New &rarr; Ready</note>
352+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
352353
</discussion>
353354

354355
<resolution>

xml/issue4166.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="4166" status="Voting">
4+
<issue num="4166" status="WP">
55
<title>`concat_view::end()` should be more constrained in order to support noncopyable iterators</title>
66
<section><sref ref="[range.concat.view]"/></section>
77
<submitter>Yaito Kakeyama &amp; Nana Sakisaka</submitter>
@@ -102,6 +102,7 @@ if constexpr (<ins>(semiregular&lt;iterator_t&lt;<i>maybe-const</i>&lt;<i>is-con
102102
Set status to Tentatively Ready after seven votes in favour during reflector poll.
103103
</p>
104104

105+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
105106
</discussion>
106107

107108
<resolution>

xml/issue4243.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="4243" status="Voting">
4+
<issue num="4243" status="WP">
55
<title>`as_bytes`/`as_writable_bytes` is broken with <code>span&lt;volatile T&gt;</code></title>
66
<section>
77
<sref ref="[span.objectrep]"/>
@@ -110,6 +110,7 @@ Set priority to 4 after reflector poll.
110110

111111
<note>Sofia 2025-06-17; Move to Ready</note>
112112

113+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
113114
</discussion>
114115

115116
<resolution>

xml/issue4253.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="4253" status="Voting">
4+
<issue num="4253" status="WP">
55
<title>`basic_const_iterator` should provide `iterator_type`</title>
66
<section><sref ref="[const.iterators.iterator]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -38,6 +38,7 @@ It seems reasonable to add one for `basic_const_iterator` for consistency.
3838
Set status to Tentatively Ready after eight votes in favour during reflector poll.
3939
</p>
4040

41+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
4142
</discussion>
4243

4344
<resolution>

xml/issue4255.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="4255" status="Voting">
4+
<issue num="4255" status="WP">
55
<title>`move_only_function` constructor should recognize empty `copyable_function`s</title>
66
<section><sref ref="[func.wrap.move.ctor]"/></section>
77
<submitter>Tomasz Kami&nacute;ski</submitter>
@@ -43,6 +43,7 @@ other functors should reproduce that behavior.
4343
<p>
4444
Set status to Tentatively Ready after six votes in favour during reflector poll.
4545
</p>
46+
<note>Kona 2025-11-08; Status changed: Voting &rarr; WP.</note>
4647
</discussion>
4748

4849
<resolution>

0 commit comments

Comments
 (0)