Skip to content

Commit c01f5e3

Browse files
committed
Update some issue statuses with feedback from LEWG (and one from SG1)
1 parent 2e9f7dc commit c01f5e3

File tree

7 files changed

+23
-5
lines changed

7 files changed

+23
-5
lines changed

xml/issue0532.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!ENTITY nbsp "&#160;">
44
] >
55

6-
<issue num="532" status="LEWG">
6+
<issue num="532" status="NAD">
77
<title>Tuple comparison</title>
88
<section><sref ref="[tuple.rel]"/><sref ref="[tr.tuple.rel]"/></section>
99
<submitter>David Abrahams</submitter>
@@ -31,6 +31,10 @@ algorithms, etc. It is too late to do that at this time. Move to NAD Future.
3131
</p>
3232
</blockquote>
3333

34+
<note>2025-10-16 Status changed: LEWG &rarr; NAD.</note>
35+
<p>
36+
Discussed by LEWG in Wrocław, unanimous consent to close as NAD, without prejudice.
37+
</p>
3438
</discussion>
3539

3640
<resolution>

xml/issue2533.xml

Lines changed: 1 addition & 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="2533" status="SG1">
4+
<issue num="2533" status="Open">
55
<title>[concurr.ts] Constrain threads where <tt>future::then</tt> can run a continuation</title>
66
<section><sref ref="[futures.unique.future]"/></section>
77
<submitter>Agust&iacute;n K-ballo Berg&eacute;</submitter>

xml/issue2885.xml

Lines changed: 3 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="2885" status="LEWG">
4+
<issue num="2885" status="NAD">
55
<title>The relational operators of <tt>optional</tt> and <tt>variant</tt> completely reflect the semantics of the element
66
types &mdash; this is inconsistent with other types in the library</title>
77
<section><sref ref="[containers]"/><sref ref="[utilities]"/></section>
@@ -20,6 +20,8 @@ containers of floating-point types and tuples/pairs etc. of floating point types
2020

2121
<note>2017-07 Toronto Thurs Issue Prioritization</note>
2222
<p>Move to LEWG</p>
23+
<note>2025-10-16 Status changed: LEWG &rarr; NAD.</note>
24+
<p>No defect for LWG to address.</p>
2325
</discussion>
2426

2527
<resolution>

xml/issue2922.xml

Lines changed: 3 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="2922" status="LEWG">
4+
<issue num="2922" status="Resolved">
55
<title>The <tt>*_constant&lt;&gt;</tt> templates do not make use of <tt>template&lt;auto&gt;</tt></title>
66
<section><sref ref="[meta.type.synop]"/></section>
77
<submitter>United States</submitter>
@@ -61,6 +61,8 @@ SF | F | N | A | SA
6161

6262
<note>2017-07 Toronto Thurs Issue Prioritization</note>
6363
<p>Status LEWG with P0377</p>
64+
<note>2025-10-16 Status changed: LEWG &rarr; Resolved.</note>
65+
<p>The topic was addressed by <paper num="P2781R9"/>.</p>
6466
</discussion>
6567

6668
<resolution>

xml/issue2985.xml

Lines changed: 5 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="2985" status="LEWG">
4+
<issue num="2985" status="Resolved">
55
<title><tt>std::reverse</tt> should be permitted to be vectorized</title>
66
<section><sref ref="[alg.reverse]"/></section>
77
<submitter>Billy O'Neal III</submitter>
@@ -30,6 +30,10 @@ pointers-to-trivially-copyable is now implementable without changes to <tt>rever
3030
if the user has provided an alternate <tt>swap</tt> in their own namespace, but not if they explicitly specialized
3131
<tt>swap</tt> or <tt>iter_swap</tt>).
3232
</p>
33+
34+
<note>2025-10-16 Status changed: LEWG &rarr; Resolved.</note>
35+
<p>Resolved by <paper num="P0551"/>.</p>
36+
3337
</discussion>
3438

3539
<resolution>

xml/issue3114.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ addressing this.
204204
From <a href="https://github.com/cplusplus/papers/issues/337">Cologne 2019 paper discussion</a>:
205205
<a href="https://wg21.link/p1100">P1100</a> has been superseded by <a href="https://wg21.link/p1790">P1790</a>.
206206
</p>
207+
208+
<note>2025-10-16 Status changed: LEWG &rarr; SG4.</note>
209+
<p>Discussed by LEWG in Wrocław, recommended to send to SG4.</p>
207210
</discussion>
208211

209212
<resolution>

xml/issue3445.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ In addition to that, the <tt>basic_socket_iostream(Args&amp;&amp;...)</tt> const
2121
</p>
2222

2323
<note>2020-07-17; Priority set to 3 in telecon</note>
24+
25+
<note>2025-10-16 Status changed: LEWG &rarr; SG4.</note>
26+
<p>Discussed by LEWG in Wrocław, recommended to send to SG4.</p>
2427
</discussion>
2528

2629
<resolution>

0 commit comments

Comments
 (0)