From dbc074edab7e58bfb2723b2f34f65bb5ba4f53db Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Mon, 27 Mar 2017 09:49:44 -0600 Subject: [PATCH] Include wcstold in C++ cwchar header file --- include/cxx/cwchar | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cxx/cwchar b/include/cxx/cwchar index 3ca4c6c1d8..167f5982ef 100755 --- a/include/cxx/cwchar +++ b/include/cxx/cwchar @@ -91,6 +91,7 @@ namespace std using ::vfwprintf; using ::vwprintf; using ::vswprintf; + using ::wcstold; using ::wcrtomb; using ::wcscat; using ::wcschr;