Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions working-draft.html
Original file line number Diff line number Diff line change
Expand Up @@ -1261,9 +1261,9 @@ <h4>8.4.1 <a name="path-constructors"> <code>path</code> constructors</a> [<a n
follows:</p>
<blockquote>
<p para_num="11">If <code>value_type</code> is <code>wchar_t</code>, converts to the native
wide encoding (<a href="#fs.def.native.encode">4.10</a>) using the <code>codecvt&lt;wchar_t, char&gt;</code>
wide encoding (<a href="#fs.def.native.encode">4.10</a>) using the <code>codecvt&lt;wchar_t, char, mbstate_t&gt;</code>
facet of <code>loc</code>. Otherwise a conversion is performed using the <code>
codecvt&lt;wchar_t, char&gt;</code> facet of <code>loc</code>, and then a second
codecvt&lt;wchar_t, char, mbstate_t&gt;</code> facet of <code>loc</code>, and then a second
conversion to the current narrow encoding. </p>
</blockquote>
<p para_num="12">[<i>Example</i>:</p>
Expand Down