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 Jul 29, 2024
1 parent 1d2df8e commit a78bb54
Show file tree
Hide file tree
Showing 22 changed files with 51 additions and 63 deletions.
10 changes: 3 additions & 7 deletions issue4124.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="4124"><a href="lwg-active.html#4124">4124</a>. Cannot format <code class='backtick'>zoned_time</code> with resolution coarser than seconds</h3>
<p><b>Section:</b> 29.12 <a href="https://wg21.link/time.format">[time.format]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-07-26 <b>Last modified:</b> 2024-07-27</p>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-07-26 <b>Last modified:</b> 2024-07-29</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View other</b> <a href="lwg-index-open.html#time.format">active issues</a> in [time.format].</p>
Expand Down Expand Up @@ -121,6 +121,8 @@ <h3 id="4124"><a href="lwg-active.html#4124">4124</a>. Cannot format <code class
passed to <code class='backtick'>formatter::format</code>.
</p>
<p>-18- <i>Remarks</i>:
<ins>If the <i>chrono-specs</i> is omitted, the result is equivalent to
using <code class='backtick'>%F %T %Z</code> as the <i>chrono-specs</i>.</ins>
If <code class='backtick'>%Z</code> is used,
it is replaced with <code class='backtick'>*f.abbrev</code> if <code class='backtick'>f.abbrev</code> is not a null pointer value.
If <code class='backtick'>%Z</code> is used and <code class='backtick'>f.abbrev</code> is a null pointer value,
Expand All @@ -130,13 +132,7 @@ <h3 id="4124"><a href="lwg-active.html#4124">4124</a>. Cannot format <code class
not a null pointer value.
If <code class='backtick'>%z</code> (or a modified variant of <code class='backtick'>%z</code>) is used and <code class='backtick'>f.offset_sec</code>
is a null pointer value, then an exception of type <code class='backtick'>format_error</code> is thrown.
<ins>If the <i>chrono-specs</i> is omitted, <code class='backtick'>f</code> is formatted as if by
<code class='backtick'>format(loc, "{} {:L%Z}", f.time, f)</code>, where <code class='backtick'>loc</code> is the formatting locale.
</ins>
</p>
<p><i>[Drafting note: The inserted text above is not correct, as it doesn't
account for padding etc.]</i></p>

<pre>
template&lt;class Duration, class TimeZonePtr, class charT&gt;
struct formatter&lt;chrono::zoned_time&lt;Duration, TimeZonePtr&gt;, charT&gt;
Expand Down
14 changes: 5 additions & 9 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-07-27</td>
<td align="left">2024-07-29</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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p>
<p>Reference ISO/IEC IS 14882:2020(E)</p>
<p>Also see:</p>
Expand Down Expand Up @@ -64255,7 +64255,7 @@ <h3 id="4123"><a href="#4123">4123</a><sup><a href="https://cplusplus.github.io/
<hr>
<h3 id="4124"><a href="#4124">4124</a><sup><a href="https://cplusplus.github.io/LWG/issue4124">(i)</a></sup>. Cannot format <code class='backtick'>zoned_time</code> with resolution coarser than seconds</h3>
<p><b>Section:</b> 29.12 <a href="https://wg21.link/time.format">[time.format]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-07-26 <b>Last modified:</b> 2024-07-27</p>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-07-26 <b>Last modified:</b> 2024-07-29</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View other</b> <a href="lwg-index-open.html#time.format">active issues</a> in [time.format].</p>
Expand Down Expand Up @@ -64312,6 +64312,8 @@ <h3 id="4124"><a href="#4124">4124</a><sup><a href="https://cplusplus.github.io/
passed to <code class='backtick'>formatter::format</code>.
</p>
<p>-18- <i>Remarks</i>:
<ins>If the <i>chrono-specs</i> is omitted, the result is equivalent to
using <code class='backtick'>%F %T %Z</code> as the <i>chrono-specs</i>.</ins>
If <code class='backtick'>%Z</code> is used,
it is replaced with <code class='backtick'>*f.abbrev</code> if <code class='backtick'>f.abbrev</code> is not a null pointer value.
If <code class='backtick'>%Z</code> is used and <code class='backtick'>f.abbrev</code> is a null pointer value,
Expand All @@ -64321,13 +64323,7 @@ <h3 id="4124"><a href="#4124">4124</a><sup><a href="https://cplusplus.github.io/
not a null pointer value.
If <code class='backtick'>%z</code> (or a modified variant of <code class='backtick'>%z</code>) is used and <code class='backtick'>f.offset_sec</code>
is a null pointer value, then an exception of type <code class='backtick'>format_error</code> is thrown.
<ins>If the <i>chrono-specs</i> is omitted, <code class='backtick'>f</code> is formatted as if by
<code class='backtick'>format(loc, "{} {:L%Z}", f.time, f)</code>, where <code class='backtick'>loc</code> is the formatting locale.
</ins>
</p>
<p><i>[Drafting note: The inserted text above is not correct, as it doesn't
account for padding etc.]</i></p>

<pre>
template&lt;class Duration, class TimeZonePtr, class charT&gt;
struct formatter&lt;chrono::zoned_time&lt;Duration, TimeZonePtr&gt;, charT&gt;
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-07-27</td>
<td align="left">2024-07-29</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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 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-07-27</td>
<td align="left">2024-07-29</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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 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-07-27 at 14:45:14 UTC
<td align="left">Revised 2024-07-29 at 12:22:21 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 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-07-27 at 14:45:14 UTC
<td align="left">Revised 2024-07-29 at 12:22:21 UTC
</td>
</tr>
<tr>
Expand Down
20 changes: 10 additions & 10 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><h2 id="Ready">Ready (8 issues)</h2>
<table class="issues-index">
<tr>
Expand Down Expand Up @@ -259,6 +259,15 @@ <h2 id="New">New (422 issues)</h2>
<th>Duplicates</th>
</tr>
<tr>
<td id="4124"><a href="lwg-active.html#4124" title="Cannot format zoned_time with resolution coarser than seconds (Status: New)">4124</a><sup><a href="https://cplusplus.github.io/LWG/issue4124">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>29.12 [time.format]</td>
<td>Cannot format <code class='backtick'>zoned_time</code> with resolution coarser than seconds</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="3931"><a href="lwg-active.html#3931" title="Too many paper bump __cpp_lib_ranges (Status: New)">3931</a><sup><a href="https://cplusplus.github.io/LWG/issue3931">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>17.3.2 [version.syn]</td>
Expand Down Expand Up @@ -295,15 +304,6 @@ <h2 id="New">New (422 issues)</h2>
<td></td>
</tr>
<tr>
<td id="4124"><a href="lwg-active.html#4124" title="Cannot format zoned_time with resolution coarser than seconds (Status: New)">4124</a><sup><a href="https://cplusplus.github.io/LWG/issue4124">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>29.12 [time.format]</td>
<td>Cannot format <code class='backtick'>zoned_time</code> with resolution coarser than seconds</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="3084"><a href="lwg-active.html#3084" title="Termination in C++ is unclear (Status: New)">3084</a><sup><a href="https://cplusplus.github.io/LWG/issue3084">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>17.5 [support.start.term]</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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><h2 id="Ready">Ready (8 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down
12 changes: 4 additions & 8 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 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 @@ -59943,7 +59943,7 @@ <h3 id="4123"><a href="#4123">4123</a><sup><a href="https://cplusplus.github.io/
<hr>
<h3 id="4124"><a href="#4124">4124</a><sup><a href="https://cplusplus.github.io/LWG/issue4124">(i)</a></sup>. Cannot format <code class='backtick'>zoned_time</code> with resolution coarser than seconds</h3>
<p><b>Section:</b> 29.12 <a href="https://wg21.link/time.format">[time.format]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-07-26 <b>Last modified:</b> 2024-07-27</p>
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-07-26 <b>Last modified:</b> 2024-07-29</p>
<p><b>Priority: </b>Not Prioritized
</p>
<p><b>View other</b> <a href="lwg-index-open.html#time.format">active issues</a> in [time.format].</p>
Expand Down Expand Up @@ -60000,6 +60000,8 @@ <h3 id="4124"><a href="#4124">4124</a><sup><a href="https://cplusplus.github.io/
passed to <code class='backtick'>formatter::format</code>.
</p>
<p>-18- <i>Remarks</i>:
<ins>If the <i>chrono-specs</i> is omitted, the result is equivalent to
using <code class='backtick'>%F %T %Z</code> as the <i>chrono-specs</i>.</ins>
If <code class='backtick'>%Z</code> is used,
it is replaced with <code class='backtick'>*f.abbrev</code> if <code class='backtick'>f.abbrev</code> is not a null pointer value.
If <code class='backtick'>%Z</code> is used and <code class='backtick'>f.abbrev</code> is a null pointer value,
Expand All @@ -60009,13 +60011,7 @@ <h3 id="4124"><a href="#4124">4124</a><sup><a href="https://cplusplus.github.io/
not a null pointer value.
If <code class='backtick'>%z</code> (or a modified variant of <code class='backtick'>%z</code>) is used and <code class='backtick'>f.offset_sec</code>
is a null pointer value, then an exception of type <code class='backtick'>format_error</code> is thrown.
<ins>If the <i>chrono-specs</i> is omitted, <code class='backtick'>f</code> is formatted as if by
<code class='backtick'>format(loc, "{} {:L%Z}", f.time, f)</code>, where <code class='backtick'>loc</code> is the formatting locale.
</ins>
</p>
<p><i>[Drafting note: The inserted text above is not correct, as it doesn't
account for padding etc.]</i></p>

<pre>
template&lt;class Duration, class TimeZonePtr, class charT&gt;
struct formatter&lt;chrono::zoned_time&lt;Duration, TimeZonePtr&gt;, charT&gt;
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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><h2 id="Priority_1">Priority 1 (2 issues)</h2>
<table class="issues-index">
<tr>
Expand Down
20 changes: 10 additions & 10 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><h2 id="New">New (422 issues)</h2>
<table class="issues-index">
<tr>
Expand All @@ -80,6 +80,15 @@ <h1>Index by Status and Date</h1>
<th>Duplicates</th>
</tr>
<tr>
<td id="4124"><a href="lwg-active.html#4124" title="Cannot format zoned_time with resolution coarser than seconds (Status: New)">4124</a><sup><a href="https://cplusplus.github.io/LWG/issue4124">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>29.12 [time.format]</td>
<td>Cannot format <code class='backtick'>zoned_time</code> with resolution coarser than seconds</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="3931"><a href="lwg-active.html#3931" title="Too many paper bump __cpp_lib_ranges (Status: New)">3931</a><sup><a href="https://cplusplus.github.io/LWG/issue3931">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>17.3.2 [version.syn]</td>
Expand Down Expand Up @@ -116,15 +125,6 @@ <h1>Index by Status and Date</h1>
<td></td>
</tr>
<tr>
<td id="4124"><a href="lwg-active.html#4124" title="Cannot format zoned_time with resolution coarser than seconds (Status: New)">4124</a><sup><a href="https://cplusplus.github.io/LWG/issue4124">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>29.12 [time.format]</td>
<td>Cannot format <code class='backtick'>zoned_time</code> with resolution coarser than seconds</td>
<td>Yes</td>
<td></td>
<td></td>
</tr>
<tr>
<td id="3084"><a href="lwg-active.html#3084" title="Termination in C++ is unclear (Status: New)">3084</a><sup><a href="https://cplusplus.github.io/LWG/issue3084">(i)</a></sup></td>
<td><a href="lwg-active.html#New">New</a></td>
<td>17.5 [support.start.term]</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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><h2 id="New">New (422 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><h2 id="Section_23">Section 23 (1 issues)</h2>
<table class="issues-index">
<tr>
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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><h2 id="Ready">Ready (8 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><h2 id="Ready">Ready (8 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-07-27 at 14:45:14 UTC
<p>Revised 2024-07-29 at 12:22:21 UTC
</p><table class="issues-index">
<tr>
<th><a href="lwg-toc.html">Issue</a></th>
Expand Down

0 comments on commit a78bb54

Please sign in to comment.