From 491edc39934c4681e8ec6c0c39d98d7c9c550806 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 2 Jul 2014 17:16:10 +0100 Subject: [PATCH] [path.construct] codecvt requires three template arguments. --- working-draft.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: