Skip to content

Commit

Permalink
Automatic update from GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 2, 2024
1 parent f84c949 commit 3390fff
Show file tree
Hide file tree
Showing 22 changed files with 48 additions and 24 deletions.
10 changes: 9 additions & 1 deletion issue4154.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,20 @@ <h3 id="4154"><a href="lwg-active.html#4154">4154</a>. The Mandates for <code>st
<ol>
<li><p>Modify 33.10.10.2 <a href="https://wg21.link/futures.task.members">[futures.task.members]</a> as indicated:</p>
<blockquote>
<pre><code>template&lt;class F&gt;
explicit packaged_task(F&amp;&amp; f);</code></pre>
<p>
-2- <i>Constraints</i>:
<code>remove_cvref_t&lt;F&gt;</code> is not the same type as
<code>packaged_task&lt;R(ArgTypes...)&gt;</code>.
</p>
<p>
-3- <i>Mandates</i>:
<code>is_invocable_r_v&lt;R, <del>F</del><ins>decay_t&lt;F&gt;</ins>&amp;, ArgTypes...&gt;</code>
is <code class='backtick'>true</code>.
</p>
<p><del>-4- <i>Preconditions</i>:
<p>
<del>-4- <i>Preconditions</i>:
Invoking a copy of <code class='backtick'>f</code> behaves the same as invoking <code class='backtick'>f</code>.
</del>
</p>
Expand Down
12 changes: 10 additions & 2 deletions lwg-active.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Active Issues List (Revision D125)</h1>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down Expand Up @@ -69353,12 +69353,20 @@ <h3 id="4154"><a href="#4154">4154</a><sup><a href="https://cplusplus.github.io/
<ol>
<li><p>Modify 33.10.10.2 <a href="https://wg21.link/futures.task.members">[futures.task.members]</a> as indicated:</p>
<blockquote>
<pre><code>template&lt;class F&gt;
explicit packaged_task(F&amp;&amp; f);</code></pre>
<p>
-2- <i>Constraints</i>:
<code>remove_cvref_t&lt;F&gt;</code> is not the same type as
<code>packaged_task&lt;R(ArgTypes...)&gt;</code>.
</p>
<p>
-3- <i>Mandates</i>:
<code>is_invocable_r_v&lt;R, <del>F</del><ins>decay_t&lt;F&gt;</ins>&amp;, ArgTypes...&gt;</code>
is <code class='backtick'>true</code>.
</p>
<p><del>-4- <i>Preconditions</i>:
<p>
<del>-4- <i>Preconditions</i>:
Invoking a copy of <code class='backtick'>f</code> behaves the same as invoking <code class='backtick'>f</code>.
</del>
</p>
Expand Down
2 changes: 1 addition & 1 deletion lwg-closed.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Closed Issues List (Revision D125)</h1>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down
2 changes: 1 addition & 1 deletion lwg-defects.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Defect Reports and Accepted Issues (Revision D125)</h1>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down
2 changes: 1 addition & 1 deletion lwg-immediate.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>C++ Standard Library Issues Resolved Directly In [INSERT CURRENT MEETING HER
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">Revised 2024-10-02 at 12:46:08 UTC
<td align="left">Revised 2024-10-02 at 12:50:00 UTC
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-index-open.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Index by Section</h1>
<p>This document is the Index by Section for the <a href="lwg-active.html">Library Active Issues List</a>.</p>
<h2>Index by Section (non-Ready active issues only)</h2>
<p><a href="lwg-index.html">(view all issues)</a></p>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Section_3">Section 3 (2 issues)</h2>
<p><a href="lwg-index.html#Section_3">(view all issues)</a></p>
<table class="issues-index">
Expand Down
2 changes: 1 addition & 1 deletion lwg-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Index by Section</h1>
<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>
<h2>Index by Section</h2>
<p><a href="lwg-index-open.html">(view only non-Ready open issues)</a></p>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Section_2">Section 2 (2 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-ready.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>C++ Standard Library Issues to be moved in [INSERT CURRENT MEETING HERE]</h1
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">Revised 2024-10-02 at 12:46:08 UTC
<td align="left">Revised 2024-10-02 at 12:50:00 UTC
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-status-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>Index by Status and Date</h1>
This document is the Index by Status and Date 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>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>Index by Status and Section</h1>
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>

<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion lwg-tentative.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</style>
</head>
<body>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2>Tentative Issues</h2>
<hr>
<h3 id="3216"><a href="#3216">3216</a><sup><a href="https://cplusplus.github.io/LWG/issue3216">(i)</a></sup>. Rebinding the allocator before calling <code>construct</code>/<code>destroy</code> in <code>allocate_shared</code></h3>
Expand Down
2 changes: 1 addition & 1 deletion lwg-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Table of Contents</h1>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>This document is the Table of Contents 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>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down
12 changes: 10 additions & 2 deletions lwg-unresolved.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</style>
</head>
<body>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2>Unresolved Issues</h2>
<hr>
<h3 id="423"><a href="#423">423</a><sup><a href="https://cplusplus.github.io/LWG/issue423">(i)</a></sup>. Effects of negative <code>streamsize</code> in iostreams</h3>
Expand Down Expand Up @@ -62956,12 +62956,20 @@ <h3 id="4154"><a href="#4154">4154</a><sup><a href="https://cplusplus.github.io/
<ol>
<li><p>Modify 33.10.10.2 <a href="https://wg21.link/futures.task.members">[futures.task.members]</a> as indicated:</p>
<blockquote>
<pre><code>template&lt;class F&gt;
explicit packaged_task(F&amp;&amp; f);</code></pre>
<p>
-2- <i>Constraints</i>:
<code>remove_cvref_t&lt;F&gt;</code> is not the same type as
<code>packaged_task&lt;R(ArgTypes...)&gt;</code>.
</p>
<p>
-3- <i>Mandates</i>:
<code>is_invocable_r_v&lt;R, <del>F</del><ins>decay_t&lt;F&gt;</ins>&amp;, ArgTypes...&gt;</code>
is <code class='backtick'>true</code>.
</p>
<p><del>-4- <i>Preconditions</i>:
<p>
<del>-4- <i>Preconditions</i>:
Invoking a copy of <code class='backtick'>f</code> behaves the same as invoking <code class='backtick'>f</code>.
</del>
</p>
Expand Down
2 changes: 1 addition & 1 deletion unresolved-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Index by Section</h1>
<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>
<h2>Index by Section</h2>
<p><a href="lwg-index-open.html">(view only non-Ready open issues)</a></p>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Section_3">Section 3 (2 issues)</h2>
<p><a href="lwg-index-open.html#Section_3">(view only non-Ready open issues)</a></p>
<table class="issues-index">
Expand Down
2 changes: 1 addition & 1 deletion unresolved-prioritized.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>Table of Contents</h1>
<p>This document is the Table of Contents 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>,
sorted by priority.</p>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Priority_1">Priority 1 (2 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion unresolved-status-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>Index by Status and Date</h1>
This document is the Index by Status and Date 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>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="New">New (434 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion unresolved-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>Index by Status and Section</h1>
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>

<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="New">New (434 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion unresolved-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Table of Contents</h1>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>This document is the Table of Contents 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>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down
2 changes: 1 addition & 1 deletion votable-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Index by Section</h1>
<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>
<h2>Index by Section</h2>
<p><a href="lwg-index-open.html">(view only non-Ready open issues)</a></p>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Section_17">Section 17 (2 issues)</h2>
<p><a href="lwg-index-open.html#Section_17">(view only non-Ready open issues)</a></p>
<table class="issues-index">
Expand Down
2 changes: 1 addition & 1 deletion votable-status-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1>Index by Status and Date</h1>
This document is the Index by Status and Date 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>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion votable-status.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h1>Index by Status and Section</h1>
<a href="lwg-defects.html">Library Defect Reports and Accepted Issues</a>, and <a href="lwg-closed.html">Library Closed Issues List</a>.
</p>

<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion votable-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Table of Contents</h1>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>This document is the Table of Contents 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>
<p>Revised 2024-10-02 at 12:46:08 UTC
<p>Revised 2024-10-02 at 12:50:00 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down

0 comments on commit 3390fff

Please sign in to comment.