Skip to content

Commit 8314446

Browse files
committed
Sweep all issues from Voting status to WP
1 parent a28399f commit 8314446

34 files changed

+68
-34
lines changed

xml/issue3216.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="3216" status="Voting">
4+
<issue num="3216" status="WP">
55
<title>Rebinding the allocator before calling <tt>construct</tt>/<tt>destroy</tt> in <tt>allocate_shared</tt></title>
66
<section><sref ref="[util.smartptr.shared.create]"/></section>
77
<submitter>Billy O'Neal III</submitter>
@@ -116,6 +116,7 @@ Accepting this proposed resolution would also resolve issue <iref ref="3210"/>.
116116
Set status to Tentatively Ready after six votes in favour during reflector poll.
117117
</p>
118118

119+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
119120
</discussion>
120121

121122
<resolution>

xml/issue3436.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="3436" status="Voting">
4+
<issue num="3436" status="WP">
55
<title><tt>std::construct_at</tt> should support arrays</title>
66
<section><sref ref="[specialized.construct]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -188,6 +188,7 @@ supported value-initialization.
188188
</p>
189189

190190
<note>St. Louis 2024-06-24; move to Ready.</note>
191+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
191192
</discussion>
192193

193194
<resolution>

xml/issue3886.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="3886" status="Voting">
4+
<issue num="3886" status="WP">
55
<title>Monad mo' problems</title>
66
<section><sref ref="[optional.optional.general]"/><sref ref="[expected.object.general]"/></section>
77
<submitter>Casey Carter</submitter>
@@ -39,6 +39,7 @@ Set priority to 3 after reflector poll.
3939
Set status to Tentatively Ready after six votes in favour during reflector poll.
4040
</p>
4141

42+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
4243
</discussion>
4344

4445
<resolution>

xml/issue3899.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="3899" status="Voting">
4+
<issue num="3899" status="WP">
55
<title><tt>co_yield</tt>ing elements of an lvalue <tt>generator</tt> is unnecessarily inefficient</title>
66
<section><sref ref="[coro.generator.promise]"/></section>
77
<submitter>Tim Song</submitter>
@@ -67,6 +67,7 @@ Set priority to 3 after reflector poll.
6767

6868
<note>St. Louis 2024-06-28; move to Ready</note>
6969

70+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
7071
</discussion>
7172

7273
<resolution>

xml/issue3900.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="3900" status="Voting">
4+
<issue num="3900" status="WP">
55
<title>The <tt>allocator_arg_t</tt> overloads of <tt>generator::promise_type::operator new</tt>
66
should not be constrained</title>
77
<section><sref ref="[coro.generator.promise]"/></section>
@@ -35,6 +35,7 @@ Set priority to 3 after reflector poll.
3535

3636
<note>St. Louis 2024-06-28; move to Ready</note>
3737

38+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
3839
</discussion>
3940

4041
<resolution>

xml/issue3918.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="3918" status="Voting">
4+
<issue num="3918" status="WP">
55
<title><tt>std::uninitialized_move/_n</tt> and guaranteed copy elision</title>
66
<section><sref ref="[uninitialized.move]"/></section>
77
<submitter>Jiang An</submitter>
@@ -200,6 +200,7 @@ const-dereferenceable, so there was no reason to remove the const.
200200
Restore the original resolution and move to Ready.
201201
</p>
202202

203+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
203204
</discussion>
204205

205206
<resolution>

xml/issue4014.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="4014" status="Voting">
4+
<issue num="4014" status="WP">
55
<title>LWG 3809 changes behavior of some existing <tt>std::subtract_with_carry_engine</tt> code</title>
66
<section><sref ref="[rand.eng.sub]"/></section>
77
<submitter>Matt Stephanson</submitter>
@@ -121,6 +121,7 @@ The new proposed resolution below restores the old behaviour for that type.
121121

122122
<note>2024-10-09; LWG telecon: Move to Ready</note>
123123

124+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
124125
</discussion>
125126

126127
<resolution>

xml/issue4024.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="4024" status="Voting">
4+
<issue num="4024" status="WP">
55
<title>Underspecified destruction of objects created in <tt>std::make_shared_for_overwrite/std::allocate_shared_for_overwrite</tt></title>
66
<section><sref ref="[util.smartptr.shared.create]"/></section>
77
<submitter>Jiang An</submitter>
@@ -27,6 +27,7 @@ in November 2018) but it was never clarified in the wording. This fixes that.
2727

2828
<note>2024-08-21; Move to Ready at LWG telecon</note>
2929

30+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
3031
</discussion>
3132

3233
<resolution>

xml/issue4027.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="4027" status="Voting">
4+
<issue num="4027" status="WP">
55
<title><tt><i>possibly-const-range</i></tt> should prefer returning <tt>const R&amp;</tt></title>
66
<section><sref ref="[ranges.syn]"/></section>
77
<submitter>Hewill Kang</submitter>
@@ -67,6 +67,7 @@ Set priority to 2 after reflector poll. Send to SG9.
6767

6868
<note>St. Louis 2024-06-28; LWG and SG9 joint session: move to Ready</note>
6969

70+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
7071
</discussion>
7172

7273
<resolution>

xml/issue4044.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="4044" status="Voting">
4+
<issue num="4044" status="WP">
55
<title>Confusing requirements for <code>std::print</code> on POSIX platforms</title>
66
<section><sref ref="[print.fun]"/></section>
77
<submitter>Jonathan Wakely</submitter>
@@ -418,6 +418,7 @@ parenthesis.
418418
</p>
419419

420420
<note>St. Louis 2024-06-24; move to Ready.</note>
421+
<note>Wrocław 2024-11-23; Status changed: Voting &rarr; WP.</note>
421422
</discussion>
422423

423424
<resolution>

0 commit comments

Comments
 (0)