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 Sep 6, 2024
1 parent 519a1f3 commit 8e82940
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions issue4150.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<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>
<h3 id="4150"><a href="lwg-active.html#4150">4150</a>. The preconditions on <code>run_loop::run()</code> are too strict</h3>
<p><b>Section:</b> 34.11.1.4 <a href="https://wg21.link/exec.run.loop.members">[exec.run.loop.members]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2024-09-05 <b>Last modified:</b> 2024-09-05</p>
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2024-09-05 <b>Last modified:</b> 2024-09-06</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
Expand All @@ -77,7 +77,7 @@ <h3 id="4150"><a href="lwg-active.html#4150">4150</a>. The preconditions on <cod
is that one cannot call <code>finish()</code> before calling <code>run()</code>.
<p/>
However, in most cases <code>sync_wait</code> is calling <code>finish()</code> on its <code>run_loop</code>
before calling run<code>()</code>, violating this precondition. <code>sync_wait</code> does the following:
before calling <code>run()</code>, violating this precondition. <code>sync_wait</code> does the following:
</p>
<blockquote><pre>
run_loop loop;
Expand Down
8 changes: 4 additions & 4 deletions lwg-active.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">2024-09-05</td>
<td align="left">2024-09-06</td>
</tr>
<tr>
<td align="left">Project:</td>
Expand All @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Active Issues List (Revision D125)</h1>
<p>Revised 2024-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down Expand Up @@ -68288,7 +68288,7 @@ <h3 id="4149"><a href="#4149">4149</a><sup><a href="https://cplusplus.github.io/
<hr>
<h3 id="4150"><a href="#4150">4150</a><sup><a href="https://cplusplus.github.io/LWG/issue4150">(i)</a></sup>. The preconditions on <code>run_loop::run()</code> are too strict</h3>
<p><b>Section:</b> 34.11.1.4 <a href="https://wg21.link/exec.run.loop.members">[exec.run.loop.members]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2024-09-05 <b>Last modified:</b> 2024-09-05</p>
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2024-09-05 <b>Last modified:</b> 2024-09-06</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
Expand All @@ -68301,7 +68301,7 @@ <h3 id="4150"><a href="#4150">4150</a><sup><a href="https://cplusplus.github.io/
is that one cannot call <code>finish()</code> before calling <code>run()</code>.
<p/>
However, in most cases <code>sync_wait</code> is calling <code>finish()</code> on its <code>run_loop</code>
before calling run<code>()</code>, violating this precondition. <code>sync_wait</code> does the following:
before calling <code>run()</code>, violating this precondition. <code>sync_wait</code> does the following:
</p>
<blockquote><pre>
run_loop loop;
Expand Down
4 changes: 2 additions & 2 deletions lwg-closed.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">2024-09-05</td>
<td align="left">2024-09-06</td>
</tr>
<tr>
<td align="left">Project:</td>
Expand All @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Closed Issues List (Revision D125)</h1>
<p>Revised 2024-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down
4 changes: 2 additions & 2 deletions lwg-defects.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</tr>
<tr>
<td align="left">Date:</td>
<td align="left">2024-09-05</td>
<td align="left">2024-09-06</td>
</tr>
<tr>
<td align="left">Project:</td>
Expand All @@ -79,7 +79,7 @@
</tr>
</table>
<h1>C++ Standard Library Defect Reports and Accepted Issues (Revision D125)</h1>
<p>Revised 2024-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<td align="left">Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<td align="left">Revised 2024-09-06 at 17:15:31 UTC
</td>
</tr>
<tr>
Expand Down
14 changes: 7 additions & 7 deletions 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p><h2 id="Ready">Ready (11 issues)</h2>
<table class="issues-index">
<tr>
Expand Down Expand Up @@ -345,19 +345,19 @@ <h2 id="New">New (434 issues)</h2>
<th>Duplicates</th>
</tr>
<tr>
<td id="4149"><a href="lwg-active.html#4149" title="User defined macros without standard headers (294 redux) (Status: New)">4149</a><sup><a href="https://cplusplus.github.io/LWG/issue4149">(i)</a></sup></td>
<td id="4150"><a href="lwg-active.html#4150" title="The preconditions on run_loop::run() are too strict (Status: New)">4150</a><sup><a href="https://cplusplus.github.io/LWG/issue4150">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>16.4.5.3.3 [macro.names]</td>
<td>User defined macros without standard headers (294 redux)</td>
<td>34.11.1.4 [exec.run.loop.members]</td>
<td>The preconditions on <code>run_loop::run()</code> are too strict</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="4150"><a href="lwg-active.html#4150" title="The preconditions on run_loop::run() are too strict (Status: New)">4150</a><sup><a href="https://cplusplus.github.io/LWG/issue4150">(i)</a></sup></td>
<td id="4149"><a href="lwg-active.html#4149" title="User defined macros without standard headers (294 redux) (Status: New)">4149</a><sup><a href="https://cplusplus.github.io/LWG/issue4149">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>34.11.1.4 [exec.run.loop.members]</td>
<td>The preconditions on <code>run_loop::run()</code> are too strict</td>
<td>16.4.5.3.3 [macro.names]</td>
<td>User defined macros without standard headers (294 redux)</td>
<td>Yes</td>
<td></td>
<td></td>
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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p><h2>Tentative Issues</h2>
<hr>
<h3 id="3908"><a href="#3908">3908</a><sup><a href="https://cplusplus.github.io/LWG/issue3908">(i)</a></sup>. <code>enumerate_view::<i>iterator</i></code> constructor is explicit</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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down
6 changes: 3 additions & 3 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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 @@ -62982,7 +62982,7 @@ <h3 id="4149"><a href="#4149">4149</a><sup><a href="https://cplusplus.github.io/
<hr>
<h3 id="4150"><a href="#4150">4150</a><sup><a href="https://cplusplus.github.io/LWG/issue4150">(i)</a></sup>. The preconditions on <code>run_loop::run()</code> are too strict</h3>
<p><b>Section:</b> 34.11.1.4 <a href="https://wg21.link/exec.run.loop.members">[exec.run.loop.members]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2024-09-05 <b>Last modified:</b> 2024-09-05</p>
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2024-09-05 <b>Last modified:</b> 2024-09-06</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
Expand All @@ -62995,7 +62995,7 @@ <h3 id="4150"><a href="#4150">4150</a><sup><a href="https://cplusplus.github.io/
is that one cannot call <code>finish()</code> before calling <code>run()</code>.
<p/>
However, in most cases <code>sync_wait</code> is calling <code>finish()</code> on its <code>run_loop</code>
before calling run<code>()</code>, violating this precondition. <code>sync_wait</code> does the following:
before calling <code>run()</code>, violating this precondition. <code>sync_wait</code> does the following:
</p>
<blockquote><pre>
run_loop loop;
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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p><h2 id="Priority_1">Priority 1 (2 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
14 changes: 7 additions & 7 deletions 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p><h2 id="New">New (434 issues)</h2>
<table class="issues-index">
<tr>
Expand All @@ -80,19 +80,19 @@ <h1>Index by Status and Date</h1>
<th>Duplicates</th>
</tr>
<tr>
<td id="4149"><a href="lwg-active.html#4149" title="User defined macros without standard headers (294 redux) (Status: New)">4149</a><sup><a href="https://cplusplus.github.io/LWG/issue4149">(i)</a></sup></td>
<td id="4150"><a href="lwg-active.html#4150" title="The preconditions on run_loop::run() are too strict (Status: New)">4150</a><sup><a href="https://cplusplus.github.io/LWG/issue4150">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>16.4.5.3.3 [macro.names]</td>
<td>User defined macros without standard headers (294 redux)</td>
<td>34.11.1.4 [exec.run.loop.members]</td>
<td>The preconditions on <code>run_loop::run()</code> are too strict</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="4150"><a href="lwg-active.html#4150" title="The preconditions on run_loop::run() are too strict (Status: New)">4150</a><sup><a href="https://cplusplus.github.io/LWG/issue4150">(i)</a></sup></td>
<td id="4149"><a href="lwg-active.html#4149" title="User defined macros without standard headers (294 redux) (Status: New)">4149</a><sup><a href="https://cplusplus.github.io/LWG/issue4149">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>34.11.1.4 [exec.run.loop.members]</td>
<td>The preconditions on <code>run_loop::run()</code> are too strict</td>
<td>16.4.5.3.3 [macro.names]</td>
<td>User defined macros without standard headers (294 redux)</td>
<td>Yes</td>
<td></td>
<td></td>
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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p><h2 id="Section_17">Section 17 (1 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 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-09-05 at 17:38:16 UTC
<p>Revised 2024-09-06 at 17:15:31 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down

0 comments on commit 8e82940

Please sign in to comment.