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 @@

8.4.1 path constructors [

If value_type is wchar_t, converts to the native - wide encoding (4.10) using the codecvt<wchar_t, char> + wide encoding (4.10) using the codecvt<wchar_t, char, mbstate_t> facet of loc. Otherwise a conversion is performed using the - codecvt<wchar_t, char> facet of loc, and then a second + codecvt<wchar_t, char, mbstate_t> facet of loc, and then a second conversion to the current narrow encoding.

[Example: