Skip to content

Commit bf592fa

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent 5701fc5 commit bf592fa

22 files changed

+51
-48
lines changed

issue4200.html

Lines changed: 3 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="4200"><a href="lwg-active.html#4200">4200</a>. The <code class='backtick'>operation_state</code> concept can be simplified</h3>
6666
<p><b>Section:</b> 33.8.1 <a href="https://wg21.link/exec.opstate.general">[exec.opstate.general]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2025-02-03 <b>Last modified:</b> 2025-02-03</p>
67+
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2025-02-03 <b>Last modified:</b> 2025-02-06</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>
@@ -79,6 +79,7 @@ <h3 id="4200"><a href="lwg-active.html#4200">4200</a>. The <code class='backtick
7979
template&lt;class O&gt;
8080
concept operation_state =
8181
derived_from&lt;typename O::operation_state_concept, operation_state_t&gt; &amp;&amp;
82+
is_object_v&lt;O&gt; &amp;&amp;
8283
requires (O&amp; o) {
8384
{ start(o) } noexcept;
8485
};
@@ -107,7 +108,7 @@ <h3 id="4200"><a href="lwg-active.html#4200">4200</a>. The <code class='backtick
107108
derived_from&lt;typename O::operation_state_concept, operation_state_t&gt; &amp;&amp;
108109
<del>is_object_v&lt;O&gt; &amp;&amp;</del>
109110
requires (O&amp; o) {
110-
<del>{</del> start(o) <del>} noexcept;</del>
111+
<del>{</del> start(o) <del>} noexcept</del>;
111112
};
112113
</code></pre></blockquote>
113114
</li>

lwg-active.html

Lines changed: 5 additions & 4 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-02-05</td>
70+
<td align="left">2025-02-06</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-02-05 at 01:06:23 UTC
82+
<p>Revised 2025-02-06 at 17:05:02 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>
@@ -69092,7 +69092,7 @@ <h3 id="4199"><a href="#4199">4199</a><sup><a href="https://cplusplus.github.io/
6909269092
<hr>
6909369093
<h3 id="4200"><a href="#4200">4200</a><sup><a href="https://cplusplus.github.io/LWG/issue4200">(i)</a></sup>. The <code class='backtick'>operation_state</code> concept can be simplified</h3>
6909469094
<p><b>Section:</b> 33.8.1 <a href="https://wg21.link/exec.opstate.general">[exec.opstate.general]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
69095-
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2025-02-03 <b>Last modified:</b> 2025-02-03</p>
69095+
<b>Submitter:</b> Eric Niebler <b>Opened:</b> 2025-02-03 <b>Last modified:</b> 2025-02-06</p>
6909669096
<p><b>Priority: </b>Not Prioritized
6909769097
</p>
6909869098
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
@@ -69107,6 +69107,7 @@ <h3 id="4200"><a href="#4200">4200</a><sup><a href="https://cplusplus.github.io/
6910769107
template&lt;class O&gt;
6910869108
concept operation_state =
6910969109
derived_from&lt;typename O::operation_state_concept, operation_state_t&gt; &amp;&amp;
69110+
is_object_v&lt;O&gt; &amp;&amp;
6911069111
requires (O&amp; o) {
6911169112
{ start(o) } noexcept;
6911269113
};
@@ -69135,7 +69136,7 @@ <h3 id="4200"><a href="#4200">4200</a><sup><a href="https://cplusplus.github.io/
6913569136
derived_from&lt;typename O::operation_state_concept, operation_state_t&gt; &amp;&amp;
6913669137
<del>is_object_v&lt;O&gt; &amp;&amp;</del>
6913769138
requires (O&amp; o) {
69138-
<del>{</del> start(o) <del>} noexcept;</del>
69139+
<del>{</del> start(o) <del>} noexcept</del>;
6913969140
};
6914069141
</code></pre></blockquote>
6914169142
</li>

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-02-05</td>
70+
<td align="left">2025-02-06</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-02-05 at 01:06:23 UTC
82+
<p>Revised 2025-02-06 at 17:05:02 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-02-05</td>
70+
<td align="left">2025-02-06</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-02-05 at 01:06:23 UTC
82+
<p>Revised 2025-02-06 at 17:05:02 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-02-05 at 01:06:23 UTC
65+
<td align="left">Revised 2025-02-06 at 17:05:02 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-02-05 at 01:06:23 UTC
69+
<p>Revised 2025-02-06 at 17:05:02 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-02-05 at 01:06:23 UTC
69+
<p>Revised 2025-02-06 at 17:05:02 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-02-05 at 01:06:23 UTC
65+
<td align="left">Revised 2025-02-06 at 17:05:02 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-02-05 at 01:06:23 UTC
70+
<p>Revised 2025-02-06 at 17:05:02 UTC
7171
</p><h2 id="Tentatively_Ready">Tentatively Ready (2 issues)</h2>
7272
<table class="issues-index">
7373
<tr>
@@ -203,28 +203,28 @@ <h2 id="New">New (468 issues)</h2>
203203
<th>Duplicates</th>
204204
</tr>
205205
<tr>
206-
<td id="4205"><a href="lwg-active.html#4205" title="let_[*].transform_env is specified in terms of the let_* sender itself instead of its child (Status: New)">4205</a><sup><a href="https://cplusplus.github.io/LWG/issue4205">(i)</a></sup></td>
206+
<td id="4200"><a href="lwg-active.html#4200" title="The operation_state concept can be simplified (Status: New)">4200</a><sup><a href="https://cplusplus.github.io/LWG/issue4200">(i)</a></sup></td>
207207
<td><a href="lwg-active.html#New">New</a></td>
208-
<td>33.9.12.8 [exec.let]</td>
209-
<td><code class='backtick'>let_[*].transform_env</code> is specified in terms of the <code class='backtick'>let_*</code> sender itself instead of its child</td>
208+
<td>33.8.1 [exec.opstate.general]</td>
209+
<td>The <code class='backtick'>operation_state</code> concept can be simplified</td>
210210
<td>Yes</td>
211211
<td></td>
212212
<td></td>
213213
</tr>
214214
<tr>
215-
<td id="4206"><a href="lwg-active.html#4206" title="Alias template connect_result_t should be constrained with sender_to (Status: New)">4206</a><sup><a href="https://cplusplus.github.io/LWG/issue4206">(i)</a></sup></td>
215+
<td id="4205"><a href="lwg-active.html#4205" title="let_[*].transform_env is specified in terms of the let_* sender itself instead of its child (Status: New)">4205</a><sup><a href="https://cplusplus.github.io/LWG/issue4205">(i)</a></sup></td>
216216
<td><a href="lwg-active.html#New">New</a></td>
217-
<td>99 [exec.syn]</td>
218-
<td>Alias template <code class='backtick'>connect_result_t</code> should be constrained with <code class='backtick'>sender_to</code></td>
217+
<td>33.9.12.8 [exec.let]</td>
218+
<td><code class='backtick'>let_[*].transform_env</code> is specified in terms of the <code class='backtick'>let_*</code> sender itself instead of its child</td>
219219
<td>Yes</td>
220220
<td></td>
221221
<td></td>
222222
</tr>
223223
<tr>
224-
<td id="4200"><a href="lwg-active.html#4200" title="The operation_state concept can be simplified (Status: New)">4200</a><sup><a href="https://cplusplus.github.io/LWG/issue4200">(i)</a></sup></td>
224+
<td id="4206"><a href="lwg-active.html#4206" title="Alias template connect_result_t should be constrained with sender_to (Status: New)">4206</a><sup><a href="https://cplusplus.github.io/LWG/issue4206">(i)</a></sup></td>
225225
<td><a href="lwg-active.html#New">New</a></td>
226-
<td>33.8.1 [exec.opstate.general]</td>
227-
<td>The <code class='backtick'>operation_state</code> concept can be simplified</td>
226+
<td>99 [exec.syn]</td>
227+
<td>Alias template <code class='backtick'>connect_result_t</code> should be constrained with <code class='backtick'>sender_to</code></td>
228228
<td>Yes</td>
229229
<td></td>
230230
<td></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-02-05 at 01:06:23 UTC
65+
<p>Revised 2025-02-06 at 17:05:02 UTC
6666
</p><h2 id="Tentatively_Ready">Tentatively Ready (2 issues)</h2>
6767
<table class="issues-index">
6868
<tr>

0 commit comments

Comments
 (0)