Skip to content

Commit 496183e

Browse files
author
github-actions
committed
Automatic update from GitHub Actions workflow
1 parent 7895665 commit 496183e

22 files changed

+30
-30
lines changed

issue4070.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#SG16">SG16</a> status.</em></p>
6565
<h3 id="4070"><a href="lwg-active.html#4070">4070</a>. Transcoding by <code>std::formatter&lt;std::filesystem::path&gt;</code></h3>
6666
<p><b>Section:</b> 31.12.6.9.2 <a href="https://wg21.link/fs.path.fmtr.funcs">[fs.path.fmtr.funcs]</a> <b>Status:</b> <a href="lwg-active.html#SG16">SG16</a>
67-
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-04-19 <b>Last modified:</b> 2025-06-15</p>
67+
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-04-19 <b>Last modified:</b> 2025-06-16</p>
6868
<p><b>Priority: </b>2
6969
</p>
7070
<p><b>View all issues with</b> <a href="lwg-status.html#SG16">SG16</a> status.</p>
@@ -219,7 +219,7 @@ <h3 id="4070"><a href="lwg-active.html#4070">4070</a>. Transcoding by <code>std:
219219
Let <code class='backtick'>s</code> be <code>p.generic_string&lt;filesystem::path::value_type&gt;()</code>
220220
if the <code class='backtick'>g</code> option is used, otherwise <code class='backtick'>p.native()</code>.
221221
Writes <code class='backtick'>s</code> into <code class='backtick'>ctx.out()</code>, adjusted according to the <i>path-format-spec</i>.
222-
If <code class='backtick'>charT</code> is <code class='backtick'>char</code>, <code class='backtick'>path::value_type</code> is <code class='backtick'>wchar_t</code>, and the literal encoding
222+
If <code class='backtick'>charT</code> is <code class='backtick'>char</code>, <code class='backtick'>path::value_type</code> is <code class='backtick'>wchar_t</code>, and the <ins>ordinary</ins> literal encoding
223223
is UTF-8, then the <del>escaped path</del> <ins>(possibly escaped) string</ins>
224224
is transcoded from the native encoding for wide character strings to UTF-8
225225
with maximal subparts of ill-formed subsequences substituted with

lwg-active.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</tr>
6868
<tr>
6969
<td align="left">Date:</td>
70-
<td align="left">2025-06-15</td>
70+
<td align="left">2025-06-16</td>
7171
</tr>
7272
<tr>
7373
<td align="left">Project:</td>
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Active Issues List (Revision D125)</h1>
82-
<p>Revised 2025-06-15 at 10:32:17 UTC
82+
<p>Revised 2025-06-16 at 05:25:02 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>
@@ -59223,7 +59223,7 @@ <h3 id="4068"><a href="#4068">4068</a><sup><a href="https://cplusplus.github.io/
5922359223
<hr>
5922459224
<h3 id="4070"><a href="#4070">4070</a><sup><a href="https://cplusplus.github.io/LWG/issue4070">(i)</a></sup>. Transcoding by <code>std::formatter&lt;std::filesystem::path&gt;</code></h3>
5922559225
<p><b>Section:</b> 31.12.6.9.2 <a href="https://wg21.link/fs.path.fmtr.funcs">[fs.path.fmtr.funcs]</a> <b>Status:</b> <a href="lwg-active.html#SG16">SG16</a>
59226-
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-04-19 <b>Last modified:</b> 2025-06-15</p>
59226+
<b>Submitter:</b> Jonathan Wakely <b>Opened:</b> 2024-04-19 <b>Last modified:</b> 2025-06-16</p>
5922759227
<p><b>Priority: </b>2
5922859228
</p>
5922959229
<p><b>View all issues with</b> <a href="lwg-status.html#SG16">SG16</a> status.</p>
@@ -59378,7 +59378,7 @@ <h3 id="4070"><a href="#4070">4070</a><sup><a href="https://cplusplus.github.io/
5937859378
Let <code class='backtick'>s</code> be <code>p.generic_string&lt;filesystem::path::value_type&gt;()</code>
5937959379
if the <code class='backtick'>g</code> option is used, otherwise <code class='backtick'>p.native()</code>.
5938059380
Writes <code class='backtick'>s</code> into <code class='backtick'>ctx.out()</code>, adjusted according to the <i>path-format-spec</i>.
59381-
If <code class='backtick'>charT</code> is <code class='backtick'>char</code>, <code class='backtick'>path::value_type</code> is <code class='backtick'>wchar_t</code>, and the literal encoding
59381+
If <code class='backtick'>charT</code> is <code class='backtick'>char</code>, <code class='backtick'>path::value_type</code> is <code class='backtick'>wchar_t</code>, and the <ins>ordinary</ins> literal encoding
5938259382
is UTF-8, then the <del>escaped path</del> <ins>(possibly escaped) string</ins>
5938359383
is transcoded from the native encoding for wide character strings to UTF-8
5938459384
with maximal subparts of ill-formed subsequences substituted with

lwg-closed.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</tr>
6868
<tr>
6969
<td align="left">Date:</td>
70-
<td align="left">2025-06-15</td>
70+
<td align="left">2025-06-16</td>
7171
</tr>
7272
<tr>
7373
<td align="left">Project:</td>
@@ -79,7 +79,7 @@
7979
</tr>
8080
</table>
8181
<h1>C++ Standard Library Closed Issues List (Revision D125)</h1>
82-
<p>Revised 2025-06-15 at 10:32:17 UTC
82+
<p>Revised 2025-06-16 at 05:25:02 UTC
8383
</p>
8484
<p>Reference ISO/IEC IS 14882:2020(E)</p>
8585
<p>Also see:</p>

lwg-defects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</tr>
6868
<tr>
6969
<td align="left">Date:</td>
70-
<td align="left">2025-06-15</td>
70+
<td align="left">2025-06-16</td>
7171
</tr>
7272
<tr>
7373
<td align="left">Project:</td>
@@ -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-15 at 10:32:17 UTC
82+
<p>Revised 2025-06-16 at 05:25:02 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-15 at 10:32:17 UTC
65+
<td align="left">Revised 2025-06-16 at 05:25:02 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-15 at 10:32:17 UTC
69+
<p>Revised 2025-06-16 at 05:25:02 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-15 at 10:32:17 UTC
69+
<p>Revised 2025-06-16 at 05:25:02 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-15 at 10:32:17 UTC
65+
<td align="left">Revised 2025-06-16 at 05:25:02 UTC
6666
</td>
6767
</tr>
6868
<tr>

lwg-status-date.html

Lines changed: 1 addition & 1 deletion
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-15 at 10:32:17 UTC
70+
<p>Revised 2025-06-16 at 05:25:02 UTC
7171
</p><h2 id="Voting">Voting (24 issues)</h2>
7272
<table class="issues-index">
7373
<tr>

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-15 at 10:32:17 UTC
65+
<p>Revised 2025-06-16 at 05:25:02 UTC
6666
</p><h2 id="Voting">Voting (24 issues)</h2>
6767
<table class="issues-index">
6868
<tr>

0 commit comments

Comments
 (0)