|
67 | 67 | </tr> |
68 | 68 | <tr> |
69 | 69 | <td align="left">Date:</td> |
70 | | - <td align="left">2025-02-04</td> |
| 70 | + <td align="left">2025-02-05</td> |
71 | 71 | </tr> |
72 | 72 | <tr> |
73 | 73 | <td align="left">Project:</td> |
|
79 | 79 | </tr> |
80 | 80 | </table> |
81 | 81 | <h1>C++ Standard Library Active Issues List (Revision D125)</h1> |
82 | | -<p>Revised 2025-02-04 at 22:22:18 UTC |
| 82 | +<p>Revised 2025-02-05 at 01:06:23 UTC |
83 | 83 | </p> |
84 | 84 | <p>Reference ISO/IEC IS 14882:2020(E)</p> |
85 | 85 | <p>Also see:</p> |
@@ -69676,7 +69676,7 @@ <h3 id="4204"><a href="#4204">4204</a><sup><a href="https://cplusplus.github.io/ |
69676 | 69676 | <hr> |
69677 | 69677 | <h3 id="4205"><a href="#4205">4205</a><sup><a href="https://cplusplus.github.io/LWG/issue4205">(i)</a></sup>. <code class='backtick'>let_[*].transform_env</code> is specified in terms of the <code class='backtick'>let_*</code> sender itself instead of its child</h3> |
69678 | 69678 | <p><b>Section:</b> 33.9.12.8 <a href="https://wg21.link/exec.let">[exec.let]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a> |
69679 | | - <b>Submitter:</b> Eric Niebler <b>Opened:</b> 2025-02-04 <b>Last modified:</b> 2025-02-04</p> |
| 69679 | + <b>Submitter:</b> Eric Niebler <b>Opened:</b> 2025-02-04 <b>Last modified:</b> 2025-02-05</p> |
69680 | 69680 | <p><b>Priority: </b>Not Prioritized |
69681 | 69681 | </p> |
69682 | 69682 | <p><b>View other</b> <a href="lwg-index-open.html#exec.let">active issues</a> in [exec.let].</p> |
@@ -69726,10 +69726,9 @@ <h3 id="4205"><a href="#4205">4205</a><sup><a href="https://cplusplus.github.io/ |
69726 | 69726 | <del> |
69727 | 69727 | <code><i>JOIN-ENV</i>(<i>let-env</i>(sndr), <i>FWD-ENV</i>(env))</code>. |
69728 | 69728 | </del> |
69729 | | -<ins><pre><code> |
69730 | | - auto& [_, _, child] = sndr; |
69731 | | - return <i>JOIN-ENV</i>(<i>let-env</i>(child), <i>FWD-ENV</i>(env)); |
69732 | | -</code></pre></ins> |
| 69729 | +<pre><code><ins> auto& [_, _, child] = sndr; |
| 69730 | + return <i>JOIN-ENV</i>(<i>let-env</i>(child), <i>FWD-ENV</i>(env));</ins> |
| 69731 | +</code></pre> |
69733 | 69732 | </blockquote> |
69734 | 69733 | </li> |
69735 | 69734 | </ol> |
|
0 commit comments