Index: libcxx/trunk/include/charconv =================================================================== --- libcxx/trunk/include/charconv +++ libcxx/trunk/include/charconv @@ -314,7 +314,7 @@ #if !defined(_LIBCPP_COMPILER_MSVC) if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) - return {__tx::__convert(__value, __first), {}}; + return {__tx::__convert(__value, __first), errc(0)}; else return {__last, errc::value_too_large}; #else