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 Dec 4, 2024
1 parent 067eb19 commit fb9c5c3
Show file tree
Hide file tree
Showing 22 changed files with 154 additions and 269 deletions.
14 changes: 8 additions & 6 deletions issue4178.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Issue 4178: writable is no longer a term of power</title>
<meta property="og:title" content="Issue 4178: writable is no longer a term of power">
<meta property="og:description" content="C++ library issue. Status: New">
<meta property="og:description" content="C++ library issue. Status: NAD Editorial">
<meta property="og:url" content="https://cplusplus.github.io/LWG/issue4178.html">
<meta property="og:type" content="website">
<meta property="og:image" content="http://cplusplus.github.io/LWG/images/cpp_logo.png">
Expand Down Expand Up @@ -61,14 +61,14 @@
</head>
<body>
<hr>
<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="4178"><a href="lwg-active.html#4178">4178</a>. <i>writable</i> is no longer a term of power</h3>
<p><b>Section:</b> 24.3.1 <a href="https://wg21.link/iterator.requirements.general">[iterator.requirements.general]</a>, 24.3.5.1 <a href="https://wg21.link/iterator.cpp17.general">[iterator.cpp17.general]</a>, 26.7.5 <a href="https://wg21.link/alg.replace">[alg.replace]</a>, 26.7.6 <a href="https://wg21.link/alg.fill">[alg.fill]</a>, 26.7.8 <a href="https://wg21.link/alg.remove">[alg.remove]</a>, 26.7.9 <a href="https://wg21.link/alg.unique">[alg.unique]</a>, 26.7.12 <a href="https://wg21.link/alg.random.sample">[alg.random.sample]</a>, 26.8.2.4 <a href="https://wg21.link/partial.sort.copy">[partial.sort.copy]</a>, 26.8.5 <a href="https://wg21.link/alg.partitions">[alg.partitions]</a>, 26.10.7 <a href="https://wg21.link/partial.sum">[partial.sum]</a>, 26.10.12 <a href="https://wg21.link/adjacent.difference">[adjacent.difference]</a>, 29.5.8.1 <a href="https://wg21.link/rand.util.seedseq">[rand.util.seedseq]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2024-11-27 <b>Last modified:</b> 2024-12-02</p>
<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#NAD_Editorial">NAD Editorial</a> status.</em></p>
<h3 id="4178"><a href="lwg-closed.html#4178">4178</a>. <i>writable</i> is no longer a term of power</h3>
<p><b>Section:</b> 24.3.1 <a href="https://wg21.link/iterator.requirements.general">[iterator.requirements.general]</a>, 24.3.5.1 <a href="https://wg21.link/iterator.cpp17.general">[iterator.cpp17.general]</a>, 26.7.5 <a href="https://wg21.link/alg.replace">[alg.replace]</a>, 26.7.6 <a href="https://wg21.link/alg.fill">[alg.fill]</a>, 26.7.8 <a href="https://wg21.link/alg.remove">[alg.remove]</a>, 26.7.9 <a href="https://wg21.link/alg.unique">[alg.unique]</a>, 26.7.12 <a href="https://wg21.link/alg.random.sample">[alg.random.sample]</a>, 26.8.2.4 <a href="https://wg21.link/partial.sort.copy">[partial.sort.copy]</a>, 26.8.5 <a href="https://wg21.link/alg.partitions">[alg.partitions]</a>, 26.10.7 <a href="https://wg21.link/partial.sum">[partial.sum]</a>, 26.10.12 <a href="https://wg21.link/adjacent.difference">[adjacent.difference]</a>, 29.5.8.1 <a href="https://wg21.link/rand.util.seedseq">[rand.util.seedseq]</a> <b>Status:</b> <a href="lwg-active.html#NAD_Editorial">NAD Editorial</a>
<b>Submitter:</b> Alisdair Meredith <b>Opened:</b> 2024-11-27 <b>Last modified:</b> 2024-12-04</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View all other</b> <a href="lwg-index.html#iterator.requirements.general">issues</a> in [iterator.requirements.general].</p>
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
<p><b>View all issues with</b> <a href="lwg-status.html#NAD Editorial">NAD Editorial</a> status.</p>
<p><b>Discussion:</b></p>
<p>
There are a numerous algorithms that mandate an iterator is "writable (24.3.1 <a href="https://wg21.link/iterator.requirements.general">[iterator.requirements.general]</a>)":
Expand Down Expand Up @@ -119,6 +119,8 @@ <h3 id="4178"><a href="lwg-active.html#4178">4178</a>. <i>writable</i> is no lon
definition from 24.3.1 <a href="https://wg21.link/iterator.requirements.general">[iterator.requirements.general]</a> was intended to be aliased with the <code>writable</code>
concept this substitution has been incompletely applied to the working draft.
</p>
<p><i>[2024-12-04 Status changed: New &rarr; NAD Editorial.]</i></p>



<p id="res-4178"><b>Proposed resolution:</b></p>
Expand Down
79 changes: 6 additions & 73 deletions lwg-active.html

Large diffs are not rendered by default.

81 changes: 76 additions & 5 deletions lwg-closed.html

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions lwg-defects.html

Large diffs are not rendered by default.

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-12-04 at 15:09:34 UTC
<td align="left">Revised 2024-12-04 at 15:13:30 UTC
</td>
</tr>
<tr>
Expand Down
13 changes: 2 additions & 11 deletions 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-12-04 at 15:09:34 UTC
<p>Revised 2024-12-04 at 15:13:30 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 Expand Up @@ -2354,7 +2354,7 @@ <h2 id="Section_23">Section 23 (57 issues)</h2>
<td></td>
</tr>
</table>
<h2 id="Section_24">Section 24 (40 issues)</h2>
<h2 id="Section_24">Section 24 (39 issues)</h2>
<p><a href="lwg-index.html#Section_24">(view all issues)</a></p>
<table class="issues-index">
<tr>
Expand Down Expand Up @@ -2385,15 +2385,6 @@ <h2 id="Section_24">Section 24 (40 issues)</h2>
<td></td>
</tr>
<tr>
<td id="4178"><a href="lwg-active.html#4178" title="writable is no longer a term of power (Status: New)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>24.3.1 [iterator.requirements.general]<a id="iterator.requirements.general"></a></td>
<td><i>writable</i> is no longer a term of power</td>
<td><span class="no-pr">No</span></td>
<td></td>
<td></td>
</tr>
<tr>
<td id="4080"><a href="lwg-active.html#4080" title="Presumed value and difference types of an iterator type in ranges and non-ranges algorithms (Status: New)">4080</a><sup><a href="https://cplusplus.github.io/LWG/issue4080">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>24.3.2 [iterator.assoc.types]<a id="iterator.assoc.types"></a></td>
Expand Down
22 changes: 11 additions & 11 deletions 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-12-04 at 15:09:34 UTC
<p>Revised 2024-12-04 at 15:13:30 UTC
</p><h2 id="Section_2">Section 2 (2 issues)</h2>
<table class="issues-index">
<tr>
Expand Down Expand Up @@ -13764,18 +13764,9 @@ <h2 id="Section_24">Section 24 (206 issues)</h2>
<td></td>
</tr>
<tr>
<td id="4178"><a href="lwg-active.html#4178" title="writable is no longer a term of power (Status: New)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>24.3.1 [iterator.requirements.general]<a id="iterator.requirements.general"></a></td>
<td><i>writable</i> is no longer a term of power</td>
<td><span class="no-pr">No</span></td>
<td></td>
<td></td>
</tr>
<tr>
<td id="3259"><a href="lwg-defects.html#3259" title="The definition of constexpr iterators should be adjusted (Status: C++20)">3259</a><sup><a href="https://cplusplus.github.io/LWG/issue3259">(i)</a></sup></td>
<td><a href="lwg-active.html#C++20">C++20</a></td>
<td>24.3.1 [iterator.requirements.general]</td>
<td>24.3.1 [iterator.requirements.general]<a id="iterator.requirements.general"></a></td>
<td>The definition of <i>constexpr iterators</i> should be adjusted</td>
<td>Yes</td>
<td>0</td>
Expand All @@ -13800,6 +13791,15 @@ <h2 id="Section_24">Section 24 (206 issues)</h2>
<td></td>
</tr>
<tr>
<td id="4178"><a href="lwg-closed.html#4178" title="writable is no longer a term of power (Status: NAD Editorial)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#NAD_Editorial">NAD Editorial</a></td>
<td>24.3.1 [iterator.requirements.general]</td>
<td><i>writable</i> is no longer a term of power</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="4080"><a href="lwg-active.html#4080" title="Presumed value and difference types of an iterator type in ranges and non-ranges algorithms (Status: New)">4080</a><sup><a href="https://cplusplus.github.io/LWG/issue4080">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>24.3.2 [iterator.assoc.types]<a id="iterator.assoc.types"></a></td>
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-12-04 at 15:09:34 UTC
<td align="left">Revised 2024-12-04 at 15:13:30 UTC
</td>
</tr>
<tr>
Expand Down
24 changes: 12 additions & 12 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-12-04 at 15:09:34 UTC
<p>Revised 2024-12-04 at 15:13:30 UTC
</p><h2 id="Tentatively_NAD">Tentatively NAD (9 issues)</h2>
<table class="issues-index">
<tr>
Expand Down Expand Up @@ -161,7 +161,7 @@ <h1>Index by Status and Date</h1>
<td></td>
</tr>
</table>
<h2 id="New">New (443 issues)</h2>
<h2 id="New">New (442 issues)</h2>
<table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand All @@ -182,15 +182,6 @@ <h2 id="New">New (443 issues)</h2>
<td></td>
</tr>
<tr>
<td id="4178"><a href="lwg-active.html#4178" title="writable is no longer a term of power (Status: New)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>24.3.1 [iterator.requirements.general]</td>
<td><i>writable</i> is no longer a term of power</td>
<td><span class="no-pr">No</span></td>
<td></td>
<td></td>
</tr>
<tr>
<td id="3956"><a href="lwg-active.html#3956" title="chrono::parse uses from_stream as a customization point (Status: New)">3956</a><sup><a href="https://cplusplus.github.io/LWG/issue3956">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>30.13 [time.parse]</td>
Expand Down Expand Up @@ -27563,7 +27554,7 @@ <h2 id="TRDec">TRDec (8 issues)</h2>
<td></td>
</tr>
</table>
<h2 id="NAD_Editorial">NAD Editorial (118 issues)</h2>
<h2 id="NAD_Editorial">NAD Editorial (119 issues)</h2>
<table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand All @@ -27575,6 +27566,15 @@ <h2 id="NAD_Editorial">NAD Editorial (118 issues)</h2>
<th>Duplicates</th>
</tr>
<tr>
<td id="4178"><a href="lwg-closed.html#4178" title="writable is no longer a term of power (Status: NAD Editorial)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#NAD_Editorial">NAD Editorial</a></td>
<td>24.3.1 [iterator.requirements.general]</td>
<td><i>writable</i> is no longer a term of power</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="557"><a href="lwg-closed.html#557" title="TR1: div(_Longlong, _Longlong) vs div(intmax_t, intmax_t) (Status: NAD Editorial)">557</a><sup><a href="https://cplusplus.github.io/LWG/issue557">(i)</a></sup></td>
<td><a href="lwg-active.html#NAD_Editorial">NAD Editorial</a></td>
<td>17.4.1 [cstdint.syn]</td>
Expand Down
24 changes: 12 additions & 12 deletions 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-12-04 at 15:09:34 UTC
<p>Revised 2024-12-04 at 15:13:30 UTC
</p><h2 id="Tentatively_NAD">Tentatively NAD (9 issues)</h2>
<table class="issues-index">
<tr>
Expand Down Expand Up @@ -156,7 +156,7 @@ <h1>Index by Status and Section</h1>
<td></td>
</tr>
</table>
<h2 id="New">New (443 issues)</h2>
<h2 id="New">New (442 issues)</h2>
<table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down Expand Up @@ -1842,15 +1842,6 @@ <h2 id="New">New (443 issues)</h2>
<td></td>
</tr>
<tr>
<td id="4178"><a href="lwg-active.html#4178" title="writable is no longer a term of power (Status: New)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>24.3.1 [iterator.requirements.general]</td>
<td><i>writable</i> is no longer a term of power</td>
<td><span class="no-pr">No</span></td>
<td></td>
<td></td>
</tr>
<tr>
<td id="4080"><a href="lwg-active.html#4080" title="Presumed value and difference types of an iterator type in ranges and non-ranges algorithms (Status: New)">4080</a><sup><a href="https://cplusplus.github.io/LWG/issue4080">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>24.3.2 [iterator.assoc.types]</td>
Expand Down Expand Up @@ -27558,7 +27549,7 @@ <h2 id="TRDec">TRDec (8 issues)</h2>
<td></td>
</tr>
</table>
<h2 id="NAD_Editorial">NAD Editorial (118 issues)</h2>
<h2 id="NAD_Editorial">NAD Editorial (119 issues)</h2>
<table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down Expand Up @@ -27921,6 +27912,15 @@ <h2 id="NAD_Editorial">NAD Editorial (118 issues)</h2>
<td></td>
</tr>
<tr>
<td id="4178"><a href="lwg-closed.html#4178" title="writable is no longer a term of power (Status: NAD Editorial)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#NAD_Editorial">NAD Editorial</a></td>
<td>24.3.1 [iterator.requirements.general]</td>
<td><i>writable</i> is no longer a term of power</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="558"><a href="lwg-closed.html#558" title="lib.input.iterators Defect (Status: NAD Editorial)">558</a><sup><a href="https://cplusplus.github.io/LWG/issue558">(i)</a></sup></td>
<td><a href="lwg-active.html#NAD_Editorial">NAD Editorial</a></td>
<td>24.3.5.3 [input.iterators]</td>
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-12-04 at 15:09:34 UTC
<p>Revised 2024-12-04 at 15:13:30 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
8 changes: 4 additions & 4 deletions 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:2024(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-12-04 at 15:09:34 UTC
<p>Revised 2024-12-04 at 15:13:30 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down Expand Up @@ -33557,11 +33557,11 @@ <h1>Table of Contents</h1>
<td></td>
</tr>
<tr>
<td id="4178"><a href="lwg-active.html#4178" title="writable is no longer a term of power (Status: New)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td id="4178"><a href="lwg-closed.html#4178" title="writable is no longer a term of power (Status: NAD Editorial)">4178</a><sup><a href="https://cplusplus.github.io/LWG/issue4178">(i)</a></sup></td>
<td><a href="lwg-active.html#NAD_Editorial">NAD Editorial</a></td>
<td>24.3.1 [iterator.requirements.general]</td>
<td><i>writable</i> is no longer a term of power</td>
<td><span class="no-pr">No</span></td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
Expand Down
Loading

0 comments on commit fb9c5c3

Please sign in to comment.