Skip to content

Commit d31ecad

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent 55e0a83 commit d31ecad

22 files changed

+46
-46
lines changed

issue4271.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<h3 id="4271"><a href="lwg-active.html#4271">4271</a>. Caching range views claim amortized amortized &#x1d4aa;(1) runtime
6868
complexity for algorithms that are in fact &#x1d4aa;(n)</h3>
6969
<p><b>Section:</b> 24.3.1 <a href="https://wg21.link/iterator.requirements.general">[iterator.requirements.general]</a>, 25.3.13 <a href="https://wg21.link/range.approximately.sized">[range.approximately.sized]</a>, 25.4.1 <a href="https://wg21.link/range.req.general">[range.req.general]</a>, 25.4.2 <a href="https://wg21.link/range.range">[range.range]</a>, 25.4.3 <a href="https://wg21.link/range.sized">[range.sized]</a>, 25.7.8.2 <a href="https://wg21.link/range.filter.view">[range.filter.view]</a>, 25.7.12.2 <a href="https://wg21.link/range.drop.view">[range.drop.view]</a>, 25.7.13.2 <a href="https://wg21.link/range.drop.while.view">[range.drop.while.view]</a>, 25.7.17.2 <a href="https://wg21.link/range.split.view">[range.split.view]</a>, 25.7.21.2 <a href="https://wg21.link/range.reverse.view">[range.reverse.view]</a>, 25.7.30.2 <a href="https://wg21.link/range.slide.view">[range.slide.view]</a>, 25.7.31.2 <a href="https://wg21.link/range.chunk.by.view">[range.chunk.by.view]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
70-
<b>Submitter:</b> Andreas Weis <b>Opened:</b> 2025-06-02 <b>Last modified:</b> 2025-06-05</p>
70+
<b>Submitter:</b> Andreas Weis <b>Opened:</b> 2025-06-02 <b>Last modified:</b> 2025-06-06</p>
7171
<p><b>Priority: </b>Not Prioritized
7272
</p>
7373
<p><b>View all other</b> <a href="lwg-index.html#iterator.requirements.general">issues</a> in [iterator.requirements.general].</p>
@@ -134,7 +134,7 @@ <h3 id="4271"><a href="lwg-active.html#4271">4271</a>. Caching range views claim
134134
<p>
135135
-2- The <code class='backtick'>range</code> concept requires that <code class='backtick'>ranges::begin</code> and <code class='backtick'>ranges::end</code> return an
136136
iterator and a sentinel, respectively. The <code class='backtick'>sized_range</code> concept refines range
137-
with the requirement that <code class='backtick'>ranges::size</code> be amortized &#x1d4aa;(<del>1</del><ins>n</ins>).
137+
with the requirement that <code class='backtick'>ranges::size</code> be <del>amortized</del> &#x1d4aa;(<del>1</del><ins>n</ins>).
138138
The <code class='backtick'>view</code> concept specifies requirements on a <code class='backtick'>range</code> type to provide operations
139139
with predictable complexity.
140140
</p>
@@ -178,7 +178,7 @@ <h3 id="4271"><a href="lwg-active.html#4271">4271</a>. Caching range views claim
178178
</p>
179179
</blockquote>
180180
<ol style="list-style-type: none">
181-
<li><p>(2.1) &mdash; <code class='backtick'>ranges::size(t)</code> is amortized &#x1d4aa;(<del>1</del><ins>n</ins>),
181+
<li><p>(2.1) &mdash; <code class='backtick'>ranges::size(t)</code> is <del>amortized</del> &#x1d4aa;(<del>1</del><ins>n</ins>),
182182
does not modify <code class='backtick'>t</code>, and is equal to <code class='backtick'>ranges::distance(ranges::begin(t), ranges::end(t))</code>,
183183
and</p></li>
184184
<li><p>(2.2) &mdash; [&hellip;]</p></li>

lwg-active.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Active Issues List (Revision D125)</h1>
82-
<p>Revised 2025-06-06 at 14:20:41 UTC
82+
<p>Revised 2025-06-06 at 14:36:27 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>
@@ -75535,7 +75535,7 @@ <h3 id="4270"><a href="#4270">4270</a><sup><a href="https://cplusplus.github.io/
7553575535
<h3 id="4271"><a href="#4271">4271</a><sup><a href="https://cplusplus.github.io/LWG/issue4271">(i)</a></sup>. Caching range views claim amortized amortized &#x1d4aa;(1) runtime
7553675536
complexity for algorithms that are in fact &#x1d4aa;(n)</h3>
7553775537
<p><b>Section:</b> 24.3.1 <a href="https://wg21.link/iterator.requirements.general">[iterator.requirements.general]</a>, 25.3.13 <a href="https://wg21.link/range.approximately.sized">[range.approximately.sized]</a>, 25.4.1 <a href="https://wg21.link/range.req.general">[range.req.general]</a>, 25.4.2 <a href="https://wg21.link/range.range">[range.range]</a>, 25.4.3 <a href="https://wg21.link/range.sized">[range.sized]</a>, 25.7.8.2 <a href="https://wg21.link/range.filter.view">[range.filter.view]</a>, 25.7.12.2 <a href="https://wg21.link/range.drop.view">[range.drop.view]</a>, 25.7.13.2 <a href="https://wg21.link/range.drop.while.view">[range.drop.while.view]</a>, 25.7.17.2 <a href="https://wg21.link/range.split.view">[range.split.view]</a>, 25.7.21.2 <a href="https://wg21.link/range.reverse.view">[range.reverse.view]</a>, 25.7.30.2 <a href="https://wg21.link/range.slide.view">[range.slide.view]</a>, 25.7.31.2 <a href="https://wg21.link/range.chunk.by.view">[range.chunk.by.view]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
75538-
<b>Submitter:</b> Andreas Weis <b>Opened:</b> 2025-06-02 <b>Last modified:</b> 2025-06-05</p>
75538+
<b>Submitter:</b> Andreas Weis <b>Opened:</b> 2025-06-02 <b>Last modified:</b> 2025-06-06</p>
7553975539
<p><b>Priority: </b>Not Prioritized
7554075540
</p>
7554175541
<p><b>View all other</b> <a href="lwg-index.html#iterator.requirements.general">issues</a> in [iterator.requirements.general].</p>
@@ -75602,7 +75602,7 @@ <h3 id="4271"><a href="#4271">4271</a><sup><a href="https://cplusplus.github.io/
7560275602
<p>
7560375603
-2- The <code class='backtick'>range</code> concept requires that <code class='backtick'>ranges::begin</code> and <code class='backtick'>ranges::end</code> return an
7560475604
iterator and a sentinel, respectively. The <code class='backtick'>sized_range</code> concept refines range
75605-
with the requirement that <code class='backtick'>ranges::size</code> be amortized &#x1d4aa;(<del>1</del><ins>n</ins>).
75605+
with the requirement that <code class='backtick'>ranges::size</code> be <del>amortized</del> &#x1d4aa;(<del>1</del><ins>n</ins>).
7560675606
The <code class='backtick'>view</code> concept specifies requirements on a <code class='backtick'>range</code> type to provide operations
7560775607
with predictable complexity.
7560875608
</p>
@@ -75646,7 +75646,7 @@ <h3 id="4271"><a href="#4271">4271</a><sup><a href="https://cplusplus.github.io/
7564675646
</p>
7564775647
</blockquote>
7564875648
<ol style="list-style-type: none">
75649-
<li><p>(2.1) &mdash; <code class='backtick'>ranges::size(t)</code> is amortized &#x1d4aa;(<del>1</del><ins>n</ins>),
75649+
<li><p>(2.1) &mdash; <code class='backtick'>ranges::size(t)</code> is <del>amortized</del> &#x1d4aa;(<del>1</del><ins>n</ins>),
7565075650
does not modify <code class='backtick'>t</code>, and is equal to <code class='backtick'>ranges::distance(ranges::begin(t), ranges::end(t))</code>,
7565175651
and</p></li>
7565275652
<li><p>(2.2) &mdash; [&hellip;]</p></li>

lwg-closed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Closed Issues List (Revision D125)</h1>
82-
<p>Revised 2025-06-06 at 14:20:41 UTC
82+
<p>Revised 2025-06-06 at 14:36:27 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>

lwg-defects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-06-06 at 14:20:41 UTC
82+
<p>Revised 2025-06-06 at 14:36:27 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-06-06 at 14:20:41 UTC
65+
<td align="left">Revised 2025-06-06 at 14:36:27 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-06-06 at 14:20:41 UTC
69+
<p>Revised 2025-06-06 at 14:36:27 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-06-06 at 14:20:41 UTC
69+
<p>Revised 2025-06-06 at 14:36:27 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-06-06 at 14:20:41 UTC
65+
<td align="left">Revised 2025-06-06 at 14:36:27 UTC
6666
</td>
6767
</tr>
6868
<tr>

lwg-status-date.html

Lines changed: 9 additions & 9 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-06-06 at 14:20:41 UTC
70+
<p>Revised 2025-06-06 at 14:36:27 UTC
7171
</p><h2 id="Ready">Ready (7 issues)</h2>
7272
<table class="issues-index">
7373
<tr>
@@ -314,21 +314,21 @@ <h2 id="New">New (509 issues)</h2>
314314
<th>Duplicates</th>
315315
</tr>
316316
<tr>
317-
<td id="4270"><a href="lwg-active.html#4270" title="Diagnose misuse of std::projected::operator* (Status: New)">4270</a><sup><a href="https://cplusplus.github.io/LWG/issue4270">(i)</a></sup></td>
317+
<td id="4271"><a href="lwg-active.html#4271" title="Caching range views claim amortized amortized &#x1d4aa;(1) runtime
318+
complexity for algorithms that are in fact &#x1d4aa;(n) (Status: New)">4271</a><sup><a href="https://cplusplus.github.io/LWG/issue4271">(i)</a></sup></td>
318319
<td><a href="lwg-active.html#New">New</a></td>
319-
<td>24.3.6.4 [projected]</td>
320-
<td>Diagnose misuse of <code class='backtick'>std::projected::operator*</code></td>
320+
<td>24.3.1 [iterator.requirements.general]</td>
321+
<td>Caching range views claim amortized amortized &#x1d4aa;(1) runtime
322+
complexity for algorithms that are in fact &#x1d4aa;(n)</td>
321323
<td>Yes</td>
322324
<td></td>
323325
<td></td>
324326
</tr>
325327
<tr>
326-
<td id="4271"><a href="lwg-active.html#4271" title="Caching range views claim amortized amortized &#x1d4aa;(1) runtime
327-
complexity for algorithms that are in fact &#x1d4aa;(n) (Status: New)">4271</a><sup><a href="https://cplusplus.github.io/LWG/issue4271">(i)</a></sup></td>
328+
<td id="4270"><a href="lwg-active.html#4270" title="Diagnose misuse of std::projected::operator* (Status: New)">4270</a><sup><a href="https://cplusplus.github.io/LWG/issue4270">(i)</a></sup></td>
328329
<td><a href="lwg-active.html#New">New</a></td>
329-
<td>24.3.1 [iterator.requirements.general]</td>
330-
<td>Caching range views claim amortized amortized &#x1d4aa;(1) runtime
331-
complexity for algorithms that are in fact &#x1d4aa;(n)</td>
330+
<td>24.3.6.4 [projected]</td>
331+
<td>Diagnose misuse of <code class='backtick'>std::projected::operator*</code></td>
332332
<td>Yes</td>
333333
<td></td>
334334
<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-06-06 at 14:20:41 UTC
65+
<p>Revised 2025-06-06 at 14:36:27 UTC
6666
</p><h2 id="Ready">Ready (7 issues)</h2>
6767
<table class="issues-index">
6868
<tr>

0 commit comments

Comments
 (0)