Skip to content

Commit 220562b

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent 9ccdef9 commit 220562b

22 files changed

+45
-45
lines changed

issue4264.html

Lines changed: 2 additions & 2 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="4264"><a href="lwg-active.html#4264">4264</a>. Skipping indirection is not allowed for <code>function_ref</code></h3>
6666
<p><b>Section:</b> 22.10.17.1 <a href="https://wg21.link/func.wrap.general">[func.wrap.general]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Tomasz Kami&nacute;ski <b>Opened:</b> 2025-05-15 <b>Last modified:</b> 2025-05-26</p>
67+
<b>Submitter:</b> Tomasz Kami&nacute;ski <b>Opened:</b> 2025-05-15 <b>Last modified:</b> 2025-06-14</p>
6868
<p><b>Priority: </b>Not Prioritized
6969
</p>
7070
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
@@ -279,7 +279,7 @@ <h3 id="4264"><a href="lwg-active.html#4264">4264</a>. Skipping indirection is n
279279
function_ref&lt;void() noexcept&gt; r1(&amp;r1);
280280
function_ref&lt;void()&gt; r2(r1);
281281
r1 = &amp;f2;
282-
f2(); // it is unspecified if <code class='backtick'>f1</code> or <code class='backtick'>f2</code> is invoked</ins>
282+
r2(); // it is unspecified if <code class='backtick'>f1</code> or <code class='backtick'>f2</code> is invoked</ins>
283283
</pre>
284284
<p>
285285
<ins>&mdash; <i>end example</i>]</ins>

lwg-active.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Active Issues List (Revision D125)</h1>
82-
<p>Revised 2025-06-14 at 10:02:39 UTC
82+
<p>Revised 2025-06-14 at 10:10:00 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>
@@ -75236,7 +75236,7 @@ <h3 id="4263"><a href="#4263">4263</a><sup><a href="https://cplusplus.github.io/
7523675236
<hr>
7523775237
<h3 id="4264"><a href="#4264">4264</a><sup><a href="https://cplusplus.github.io/LWG/issue4264">(i)</a></sup>. Skipping indirection is not allowed for <code>function_ref</code></h3>
7523875238
<p><b>Section:</b> 22.10.17.1 <a href="https://wg21.link/func.wrap.general">[func.wrap.general]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
75239-
<b>Submitter:</b> Tomasz Kami&nacute;ski <b>Opened:</b> 2025-05-15 <b>Last modified:</b> 2025-05-26</p>
75239+
<b>Submitter:</b> Tomasz Kami&nacute;ski <b>Opened:</b> 2025-05-15 <b>Last modified:</b> 2025-06-14</p>
7524075240
<p><b>Priority: </b>Not Prioritized
7524175241
</p>
7524275242
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
@@ -75451,7 +75451,7 @@ <h3 id="4264"><a href="#4264">4264</a><sup><a href="https://cplusplus.github.io/
7545175451
function_ref&lt;void() noexcept&gt; r1(&amp;r1);
7545275452
function_ref&lt;void()&gt; r2(r1);
7545375453
r1 = &amp;f2;
75454-
f2(); // it is unspecified if <code class='backtick'>f1</code> or <code class='backtick'>f2</code> is invoked</ins>
75454+
r2(); // it is unspecified if <code class='backtick'>f1</code> or <code class='backtick'>f2</code> is invoked</ins>
7545575455
</pre>
7545675456
<p>
7545775457
<ins>&mdash; <i>end example</i>]</ins>

lwg-closed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Closed Issues List (Revision D125)</h1>
82-
<p>Revised 2025-06-14 at 10:02:39 UTC
82+
<p>Revised 2025-06-14 at 10:10:00 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>

lwg-defects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-14 at 10:02:39 UTC
82+
<p>Revised 2025-06-14 at 10:10:00 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-14 at 10:02:39 UTC
65+
<td align="left">Revised 2025-06-14 at 10:10:00 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-14 at 10:02:39 UTC
69+
<p>Revised 2025-06-14 at 10:10:00 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-14 at 10:02:39 UTC
69+
<p>Revised 2025-06-14 at 10:10:00 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-14 at 10:02:39 UTC
65+
<td align="left">Revised 2025-06-14 at 10:10:00 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-14 at 10:02:39 UTC
70+
<p>Revised 2025-06-14 at 10:10:00 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="4264"><a href="lwg-active.html#4264" title="Skipping indirection is not allowed for function_ref (Status: New)">4264</a><sup><a href="https://cplusplus.github.io/LWG/issue4264">(i)</a></sup></td>
491+
<td><a href="lwg-active.html#New">New</a></td>
492+
<td>22.10.17.1 [func.wrap.general]</td>
493+
<td>Skipping indirection is not allowed for <code>function_ref</code></td>
494+
<td>Yes</td>
495+
<td></td>
496+
<td></td>
497+
</tr>
498+
<tr>
490499
<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>
491500
<td><a href="lwg-active.html#New">New</a></td>
492501
<td>23.7.3.4 [mdspan.layout]</td>
@@ -707,15 +716,6 @@ <h2 id="New">New (494 issues)</h2>
707716
<td></td>
708717
</tr>
709718
<tr>
710-
<td id="4264"><a href="lwg-active.html#4264" title="Skipping indirection is not allowed for function_ref (Status: New)">4264</a><sup><a href="https://cplusplus.github.io/LWG/issue4264">(i)</a></sup></td>
711-
<td><a href="lwg-active.html#New">New</a></td>
712-
<td>22.10.17.1 [func.wrap.general]</td>
713-
<td>Skipping indirection is not allowed for <code>function_ref</code></td>
714-
<td>Yes</td>
715-
<td></td>
716-
<td></td>
717-
</tr>
718-
<tr>
719719
<td id="4267"><a href="lwg-active.html#4267" title="Uses-allocator construction is meaningless for tuple of references (Status: New)">4267</a><sup><a href="https://cplusplus.github.io/LWG/issue4267">(i)</a></sup></td>
720720
<td><a href="lwg-active.html#New">New</a></td>
721721
<td>22.4.4.2 [tuple.cnstr]</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-14 at 10:02:39 UTC
65+
<p>Revised 2025-06-14 at 10:10:00 UTC
6666
</p><h2 id="Voting">Voting (24 issues)</h2>
6767
<table class="issues-index">
6868
<tr>

0 commit comments

Comments
 (0)