Skip to content

Commit 229779f

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent f8ab5c1 commit 229779f

22 files changed

+57
-54
lines changed

issue4272.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<p><em>This page is a snapshot from the LWG issues list, see the <a href="lwg-active.html">Library Active Issues List</a> for more information and the meaning of <a href="lwg-active.html#New">New</a> status.</em></p>
6565
<h3 id="4272"><a href="lwg-active.html#4272">4272</a>. For <code class='backtick'>rank == 0</code>, <code class='backtick'>layout_stride</code> is atypically convertible</h3>
6666
<p><b>Section:</b> 23.7.3.4 <a href="https://wg21.link/mdspan.layout">[mdspan.layout]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Luc Grosheintz <b>Opened:</b> 2025-06-02 <b>Last modified:</b> 2025-06-12</p>
67+
<b>Submitter:</b> Luc Grosheintz <b>Opened:</b> 2025-06-02 <b>Last modified:</b> 2025-06-14</p>
6868
<p><b>Priority: </b>2
6969
</p>
7070
<p><b>View all other</b> <a href="lwg-index.html#mdspan.layout">issues</a> in [mdspan.layout].</p>
@@ -74,8 +74,9 @@ <h3 id="4272"><a href="lwg-active.html#4272">4272</a>. For <code class='backtick
7474
Commonly, two layouts are considered convertible, if the underlying
7575
<code class='backtick'>extent_types</code> are convertible.
7676
<p/>
77-
However, for the two ctors <code class='backtick'>layout_left(layout_stride)</code> and
78-
<code class='backtick'>layout_right(layout_stride)</code>, the condition is <code>rank &gt; 0</code>. Therefore,
77+
However, for the two ctors <code class='backtick'>layout_left::mapping(layout_stride::mapping)</code> and
78+
<code class='backtick'>layout_right::mapping(layout_stride::mapping)</code>, the condition is <code>rank &gt; 0</code>.
79+
Therefore,
7980
</p>
8081
<blockquote><pre>
8182
using E1 = std::extents&lt;int&gt;;
@@ -116,7 +117,7 @@ <h3 id="4272"><a href="lwg-active.html#4272">4272</a>. For <code class='backtick
116117
[<i>Drafting note</i>: As drive-by fixes the edits for <code>layout_left_padded&lt;&gt;::mapping</code> and
117118
<code>layout_right_padded&lt;&gt;::mapping</code> also correct an editorial asymmetry between class
118119
header synopsis declaration form and prototype specification form of the corresponding
119-
constructors and adjust to the correct spelling of the exposition-only data member <code><i>rank_</i></code>.]
120+
constructors and adjust to the correct formatting of the exposition-only data member <code><i>rank_</i></code>.]
120121
</p>
121122
</blockquote>
122123

lwg-active.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</tr>
6868
<tr>
6969
<td align="left">Date:</td>
70-
<td align="left">2025-06-13</td>
70+
<td align="left">2025-06-14</td>
7171
</tr>
7272
<tr>
7373
<td align="left">Project:</td>
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Active Issues List (Revision D125)</h1>
82-
<p>Revised 2025-06-13 at 11:47:07 UTC
82+
<p>Revised 2025-06-14 at 09:47:03 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>
@@ -76152,7 +76152,7 @@ <h3 id="4271"><a href="#4271">4271</a><sup><a href="https://cplusplus.github.io/
7615276152
<hr>
7615376153
<h3 id="4272"><a href="#4272">4272</a><sup><a href="https://cplusplus.github.io/LWG/issue4272">(i)</a></sup>. For <code class='backtick'>rank == 0</code>, <code class='backtick'>layout_stride</code> is atypically convertible</h3>
7615476154
<p><b>Section:</b> 23.7.3.4 <a href="https://wg21.link/mdspan.layout">[mdspan.layout]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
76155-
<b>Submitter:</b> Luc Grosheintz <b>Opened:</b> 2025-06-02 <b>Last modified:</b> 2025-06-12</p>
76155+
<b>Submitter:</b> Luc Grosheintz <b>Opened:</b> 2025-06-02 <b>Last modified:</b> 2025-06-14</p>
7615676156
<p><b>Priority: </b>2
7615776157
</p>
7615876158
<p><b>View all other</b> <a href="lwg-index.html#mdspan.layout">issues</a> in [mdspan.layout].</p>
@@ -76162,8 +76162,9 @@ <h3 id="4272"><a href="#4272">4272</a><sup><a href="https://cplusplus.github.io/
7616276162
Commonly, two layouts are considered convertible, if the underlying
7616376163
<code class='backtick'>extent_types</code> are convertible.
7616476164
<p/>
76165-
However, for the two ctors <code class='backtick'>layout_left(layout_stride)</code> and
76166-
<code class='backtick'>layout_right(layout_stride)</code>, the condition is <code>rank &gt; 0</code>. Therefore,
76165+
However, for the two ctors <code class='backtick'>layout_left::mapping(layout_stride::mapping)</code> and
76166+
<code class='backtick'>layout_right::mapping(layout_stride::mapping)</code>, the condition is <code>rank &gt; 0</code>.
76167+
Therefore,
7616776168
</p>
7616876169
<blockquote><pre>
7616976170
using E1 = std::extents&lt;int&gt;;
@@ -76204,7 +76205,7 @@ <h3 id="4272"><a href="#4272">4272</a><sup><a href="https://cplusplus.github.io/
7620476205
[<i>Drafting note</i>: As drive-by fixes the edits for <code>layout_left_padded&lt;&gt;::mapping</code> and
7620576206
<code>layout_right_padded&lt;&gt;::mapping</code> also correct an editorial asymmetry between class
7620676207
header synopsis declaration form and prototype specification form of the corresponding
76207-
constructors and adjust to the correct spelling of the exposition-only data member <code><i>rank_</i></code>.]
76208+
constructors and adjust to the correct formatting of the exposition-only data member <code><i>rank_</i></code>.]
7620876209
</p>
7620976210
</blockquote>
7621076211

lwg-closed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</tr>
6868
<tr>
6969
<td align="left">Date:</td>
70-
<td align="left">2025-06-13</td>
70+
<td align="left">2025-06-14</td>
7171
</tr>
7272
<tr>
7373
<td align="left">Project:</td>
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Closed Issues List (Revision D125)</h1>
82-
<p>Revised 2025-06-13 at 11:47:07 UTC
82+
<p>Revised 2025-06-14 at 09:47:03 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>

lwg-defects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</tr>
6868
<tr>
6969
<td align="left">Date:</td>
70-
<td align="left">2025-06-13</td>
70+
<td align="left">2025-06-14</td>
7171
</tr>
7272
<tr>
7373
<td align="left">Project:</td>
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Defect Reports and Accepted Issues (Revision D125)</h1>
82-
<p>Revised 2025-06-13 at 11:47:07 UTC
82+
<p>Revised 2025-06-14 at 09:47:03 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>

lwg-immediate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>C++ Standard Library Issues Resolved Directly In [INSERT CURRENT MEETING HER
6262
</tr>
6363
<tr>
6464
<td align="left">Date:</td>
65-
<td align="left">Revised 2025-06-13 at 11:47:07 UTC
65+
<td align="left">Revised 2025-06-14 at 09:47:03 UTC
6666
</td>
6767
</tr>
6868
<tr>

lwg-index-open.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1>Index by Section</h1>
6666
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>.</p>
6767
<h2>Index by Section (non-Ready active issues only)</h2>
6868
<p><a href="lwg-index.html">(view all issues)</a></p>
69-
<p>Revised 2025-06-13 at 11:47:07 UTC
69+
<p>Revised 2025-06-14 at 09:47:03 UTC
7070
</p><h2 id="Section_3">Section 3 (2 issues)</h2>
7171
<p><a href="lwg-index.html#Section_3">(view all issues)</a></p>
7272
<table class="issues-index">

lwg-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1>Index by Section</h1>
6666
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>, <a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.</p>
6767
<h2>Index by Section</h2>
6868
<p><a href="lwg-index-open.html">(view only non-Ready open issues)</a></p>
69-
<p>Revised 2025-06-13 at 11:47:07 UTC
69+
<p>Revised 2025-06-14 at 09:47:03 UTC
7070
</p><h2 id="Section_2">Section 2 (2 issues)</h2>
7171
<table class="issues-index">
7272
<tr>

lwg-ready.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>C++ Standard Library Issues to be moved in [INSERT CURRENT MEETING HERE]</h1
6262
</tr>
6363
<tr>
6464
<td align="left">Date:</td>
65-
<td align="left">Revised 2025-06-13 at 11:47:07 UTC
65+
<td align="left">Revised 2025-06-14 at 09:47:03 UTC
6666
</td>
6767
</tr>
6868
<tr>

lwg-status-date.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1>Index by Status and Date</h1>
6767
This document is the Index by Status and Date for the <a href="lwg-active.html">Library Active Issues List</a>,
6868
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
6969
</p>
70-
<p>Revised 2025-06-13 at 11:47:07 UTC
70+
<p>Revised 2025-06-14 at 09:47:03 UTC
7171
</p><h2 id="Voting">Voting (24 issues)</h2>
7272
<table class="issues-index">
7373
<tr>
@@ -487,6 +487,15 @@ <h2 id="New">New (494 issues)</h2>
487487
<th>Duplicates</th>
488488
</tr>
489489
<tr>
490+
<td id="4272"><a href="lwg-active.html#4272" title="For rank == 0, layout_stride is atypically convertible (Status: New)">4272</a><sup><a href="https://cplusplus.github.io/LWG/issue4272">(i)</a></sup></td>
491+
<td><a href="lwg-active.html#New">New</a></td>
492+
<td>23.7.3.4 [mdspan.layout]</td>
493+
<td>For <code class='backtick'>rank == 0</code>, <code class='backtick'>layout_stride</code> is atypically convertible</td>
494+
<td>Yes</td>
495+
<td>2</td>
496+
<td></td>
497+
</tr>
498+
<tr>
490499
<td id="4165"><a href="lwg-active.html#4165" title="Should swapping a built-in array or std::array with itself result in UB? (Status: New)">4165</a><sup><a href="https://cplusplus.github.io/LWG/issue4165">(i)</a></sup></td>
491500
<td><a href="lwg-active.html#New">New</a></td>
492501
<td>18.4.9 [concept.swappable]</td>
@@ -588,15 +597,6 @@ <h2 id="New">New (494 issues)</h2>
588597
<td></td>
589598
</tr>
590599
<tr>
591-
<td id="4272"><a href="lwg-active.html#4272" title="For rank == 0, layout_stride is atypically convertible (Status: New)">4272</a><sup><a href="https://cplusplus.github.io/LWG/issue4272">(i)</a></sup></td>
592-
<td><a href="lwg-active.html#New">New</a></td>
593-
<td>23.7.3.4 [mdspan.layout]</td>
594-
<td>For <code class='backtick'>rank == 0</code>, <code class='backtick'>layout_stride</code> is atypically convertible</td>
595-
<td>Yes</td>
596-
<td>2</td>
597-
<td></td>
598-
</tr>
599-
<tr>
600600
<td id="4237"><a href="lwg-active.html#4237" title="The standard library iterator adaptor does not handle iterator_category correctly (Status: New)">4237</a><sup><a href="https://cplusplus.github.io/LWG/issue4237">(i)</a></sup></td>
601601
<td><a href="lwg-active.html#New">New</a></td>
602602
<td>24.5.3.3 [const.iterators.iterator]</td>

lwg-status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>Index by Status and Section</h1>
6262
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
6363
</p>
6464

65-
<p>Revised 2025-06-13 at 11:47:07 UTC
65+
<p>Revised 2025-06-14 at 09:47:03 UTC
6666
</p><h2 id="Voting">Voting (24 issues)</h2>
6767
<table class="issues-index">
6868
<tr>

0 commit comments

Comments
 (0)