Skip to content

Commit 433384c

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent 78273b1 commit 433384c

22 files changed

+45
-45
lines changed

issue4285.html

Lines changed: 2 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="4285"><a href="lwg-active.html#4285">4285</a>. <code class='backtick'>time_get::do_get_date</code> is problematic even after LWG 461</h3>
6666
<p><b>Section:</b> 28.3.4.6.2.2 <a href="https://wg21.link/locale.time.get.members">[locale.time.get.members]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
67-
<b>Submitter:</b> S. B. Tam <b>Opened:</b> 2025-06-27 <b>Last modified:</b> 2025-06-28</p>
67+
<b>Submitter:</b> S. B. Tam <b>Opened:</b> 2025-06-27 <b>Last modified:</b> 2025-07-01</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>
@@ -86,7 +86,7 @@ <h3 id="4285"><a href="lwg-active.html#4285">4285</a>. <code class='backtick'>ti
8686
<li><p><code class='backtick'>date_order()</code> might need additional locale facets to find out the date order, but it doesn't have an
8787
<code>ios_base&amp;</code> argument from which to get the locale.</p></li>
8888
<li><p>Many locales do not use any of the specified formats. For example, <code class='backtick'>de_DE</code> uses <code class='backtick'>%d.%m.%Y</code>, <code class='backtick'>zh_CN</code>
89-
uses <code class='backtick'>%Y?%m?%d?</code>. Although 28.3.4.6.2.3 <a href="https://wg21.link/locale.time.get.virtuals">[locale.time.get.virtuals]</a>/5 gives an implementation the latitude
89+
uses <code class='backtick'>%Y年%m月%d日</code>. Although 28.3.4.6.2.3 <a href="https://wg21.link/locale.time.get.virtuals">[locale.time.get.virtuals]</a>/5 gives an implementation the latitude
9090
to accept additional formats, ambiguity could arise if the locale's format disagrees with <code class='backtick'>date_order()</code>.</p></li>
9191
</ol>
9292
<p>

lwg-active.html

Lines changed: 3 additions & 3 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-07-01 at 09:31:11 UTC
82+
<p>Revised 2025-07-01 at 09:33:44 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>
@@ -74763,7 +74763,7 @@ <h3 id="4284"><a href="#4284">4284</a><sup><a href="https://cplusplus.github.io/
7476374763
<hr>
7476474764
<h3 id="4285"><a href="#4285">4285</a><sup><a href="https://cplusplus.github.io/LWG/issue4285">(i)</a></sup>. <code class='backtick'>time_get::do_get_date</code> is problematic even after LWG 461</h3>
7476574765
<p><b>Section:</b> 28.3.4.6.2.2 <a href="https://wg21.link/locale.time.get.members">[locale.time.get.members]</a> <b>Status:</b> <a href="lwg-active.html#New">New</a>
74766-
<b>Submitter:</b> S. B. Tam <b>Opened:</b> 2025-06-27 <b>Last modified:</b> 2025-06-28</p>
74766+
<b>Submitter:</b> S. B. Tam <b>Opened:</b> 2025-06-27 <b>Last modified:</b> 2025-07-01</p>
7476774767
<p><b>Priority: </b>Not Prioritized
7476874768
</p>
7476974769
<p><b>View all issues with</b> <a href="lwg-status.html#New">New</a> status.</p>
@@ -74785,7 +74785,7 @@ <h3 id="4285"><a href="#4285">4285</a><sup><a href="https://cplusplus.github.io/
7478574785
<li><p><code class='backtick'>date_order()</code> might need additional locale facets to find out the date order, but it doesn't have an
7478674786
<code>ios_base&amp;</code> argument from which to get the locale.</p></li>
7478774787
<li><p>Many locales do not use any of the specified formats. For example, <code class='backtick'>de_DE</code> uses <code class='backtick'>%d.%m.%Y</code>, <code class='backtick'>zh_CN</code>
74788-
uses <code class='backtick'>%Y?%m?%d?</code>. Although 28.3.4.6.2.3 <a href="https://wg21.link/locale.time.get.virtuals">[locale.time.get.virtuals]</a>/5 gives an implementation the latitude
74788+
uses <code class='backtick'>%Y年%m月%d日</code>. Although 28.3.4.6.2.3 <a href="https://wg21.link/locale.time.get.virtuals">[locale.time.get.virtuals]</a>/5 gives an implementation the latitude
7478974789
to accept additional formats, ambiguity could arise if the locale's format disagrees with <code class='backtick'>date_order()</code>.</p></li>
7479074790
</ol>
7479174791
<p>

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-07-01 at 09:31:11 UTC
82+
<p>Revised 2025-07-01 at 09:33:44 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-07-01 at 09:31:11 UTC
82+
<p>Revised 2025-07-01 at 09:33:44 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-07-01 at 09:31:11 UTC
65+
<td align="left">Revised 2025-07-01 at 09:33:44 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-07-01 at 09:31:11 UTC
69+
<p>Revised 2025-07-01 at 09:33:44 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-07-01 at 09:31:11 UTC
69+
<p>Revised 2025-07-01 at 09:33:44 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-07-01 at 09:31:11 UTC
65+
<td align="left">Revised 2025-07-01 at 09:33:44 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-07-01 at 09:31:11 UTC
70+
<p>Revised 2025-07-01 at 09:33:44 UTC
7171
</p><h2 id="Ready">Ready (1 issues)</h2>
7272
<table class="issues-index">
7373
<tr>
@@ -298,6 +298,15 @@ <h2 id="New">New (503 issues)</h2>
298298
<td></td>
299299
</tr>
300300
<tr>
301+
<td id="4285"><a href="lwg-active.html#4285" title="time_get::do_get_date is problematic even after LWG 461 (Status: New)">4285</a><sup><a href="https://cplusplus.github.io/LWG/issue4285">(i)</a></sup></td>
302+
<td><a href="lwg-active.html#New">New</a></td>
303+
<td>28.3.4.6.2.2 [locale.time.get.members]</td>
304+
<td><code class='backtick'>time_get::do_get_date</code> is problematic even after LWG 461</td>
305+
<td><span class="no-pr">No</span></td>
306+
<td></td>
307+
<td></td>
308+
</tr>
309+
<tr>
301310
<td id="4282"><a href="lwg-active.html#4282" title="Imprecise Throws: clause in std::relocate (Status: New)">4282</a><sup><a href="https://cplusplus.github.io/LWG/issue4282">(i)</a></sup></td>
302311
<td><a href="lwg-active.html#New">New</a></td>
303312
<td>20.2.6 [obj.lifetime]</td>
@@ -325,15 +334,6 @@ <h2 id="New">New (503 issues)</h2>
325334
<td></td>
326335
</tr>
327336
<tr>
328-
<td id="4285"><a href="lwg-active.html#4285" title="time_get::do_get_date is problematic even after LWG 461 (Status: New)">4285</a><sup><a href="https://cplusplus.github.io/LWG/issue4285">(i)</a></sup></td>
329-
<td><a href="lwg-active.html#New">New</a></td>
330-
<td>28.3.4.6.2.2 [locale.time.get.members]</td>
331-
<td><code class='backtick'>time_get::do_get_date</code> is problematic even after LWG 461</td>
332-
<td><span class="no-pr">No</span></td>
333-
<td></td>
334-
<td></td>
335-
</tr>
336-
<tr>
337337
<td id="4284"><a href="lwg-active.html#4284" title="Integer-class types should be formattable (Status: New)">4284</a><sup><a href="https://cplusplus.github.io/LWG/issue4284">(i)</a></sup></td>
338338
<td><a href="lwg-active.html#New">New</a></td>
339339
<td>28.5.6.4 [format.formatter.spec]</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-07-01 at 09:31:11 UTC
65+
<p>Revised 2025-07-01 at 09:33:44 UTC
6666
</p><h2 id="Ready">Ready (1 issues)</h2>
6767
<table class="issues-index">
6868
<tr>

0 commit comments

Comments
 (0)