Include wcstold in C++ cwchar header file

This commit is contained in:
Alan Carvalho de Assis 2017-03-27 09:49:44 -06:00 committed by Gregory Nutt
parent 5c56d8a411
commit dbc074edab

View File

@ -91,6 +91,7 @@ namespace std
using ::vfwprintf;
using ::vwprintf;
using ::vswprintf;
using ::wcstold;
using ::wcrtomb;
using ::wcscat;
using ::wcschr;