|
67 | 67 | </tr> |
68 | 68 | <tr> |
69 | 69 | <td align="left">Date:</td> |
70 | | - <td align="left">2025-06-15</td> |
| 70 | + <td align="left">2025-06-16</td> |
71 | 71 | </tr> |
72 | 72 | <tr> |
73 | 73 | <td align="left">Project:</td> |
|
79 | 79 | </tr> |
80 | 80 | </table> |
81 | 81 | <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 |
83 | 83 | </p> |
84 | 84 | <p>Reference ISO/IEC IS 14882:2020(E)</p> |
85 | 85 | <p>Also see:</p> |
@@ -59223,7 +59223,7 @@ <h3 id="4068"><a href="#4068">4068</a><sup><a href="https://cplusplus.github.io/ |
59223 | 59223 | <hr> |
59224 | 59224 | <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<std::filesystem::path></code></h3> |
59225 | 59225 | <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> |
59227 | 59227 | <p><b>Priority: </b>2 |
59228 | 59228 | </p> |
59229 | 59229 | <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/ |
59378 | 59378 | Let <code class='backtick'>s</code> be <code>p.generic_string<filesystem::path::value_type>()</code> |
59379 | 59379 | if the <code class='backtick'>g</code> option is used, otherwise <code class='backtick'>p.native()</code>. |
59380 | 59380 | 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 |
59382 | 59382 | is UTF-8, then the <del>escaped path</del> <ins>(possibly escaped) string</ins> |
59383 | 59383 | is transcoded from the native encoding for wide character strings to UTF-8 |
59384 | 59384 | with maximal subparts of ill-formed subsequences substituted with |
|
0 commit comments