Skip to content

Commit 8772cb0

Browse files
committed
Move 4137, 4302 and 4315 to Ready at telecon
1 parent 8723b31 commit 8772cb0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

xml/issue4137.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="4137" status="New">
4+
<issue num="4137" status="Ready">
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>
@@ -347,6 +347,8 @@ template&lt;class ExecutionPolicy,
347347
<note>LWG telecon 2025-10-10; Fix proposed resolution after review</note>
348348
<p>Add missing `()` in one place and change `(0, 1)` to `()` in another.</p>
349349

350+
<note>LWG telecon 2025-10-10; Status &rarr; Ready</note>
351+
350352
</discussion>
351353

352354
<resolution>

xml/issue4302.xml

Lines changed: 4 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="New">
4+
<issue num="4302" status="Ready">
55
<title>Problematic `vector_sum_of_squares` wording</title>
66
<section><sref ref="[linalg.algs.blas1.ssq]"/></section>
77
<submitter>Mark Hoemmen</submitter>
@@ -61,6 +61,9 @@ about QoI of `vector_two_norm` should already know what to do. If
6161
somebody cares sufficiently, they can propose it back for C++29 and
6262
think about how to make it work for generic number types.
6363
</p>
64+
65+
<note>LWG telecon 2025-10-10; Status &rarr; Ready</note>
66+
6467
</discussion>
6568

6669
<resolution>

xml/issue4315.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="4315" status="New">
4+
<issue num="4315" status="Ready">
55
<title>Insufficient specification of `vector_two_norm` and `matrix_frob_norm`</title>
66
<section>
77
<sref ref="[linalg.algs.blas1.nrm2]"/>
@@ -131,6 +131,8 @@ this later so want to make it ill-formed, not something that is statically
131131
checkable as part of the API.
132132
</p>
133133

134+
<note>LWG telecon 2025-10-10; Status &rarr; Ready</note>
135+
134136
</discussion>
135137

136138
<resolution>

0 commit comments

Comments
 (0)