diff --git a/working-draft.html b/working-draft.html index a6985da4..64be6649 100644 --- a/working-draft.html +++ b/working-draft.html @@ -1261,9 +1261,9 @@
path constructors [
If
value_typeiswchar_t, converts to the native - wide encoding (4.10) using thecodecvt<wchar_t, char>+ wide encoding (4.10) using thecodecvt<wchar_t, char, mbstate_t>facet ofloc. Otherwise a conversion is performed using the- codecvt<wchar_t, char>facet ofloc, and then a second + codecvt<wchar_t, char, mbstate_t> facet ofloc, and then a second conversion to the current narrow encoding.
[Example: