You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/include/support
Eric Fiselier fe6d50fcaa Implement LWG issue 1169. num_get not fully compatible with strto*
Use strtof and strtod for floats and doubles respectively instead of
always using strtold. The other parts of the change are already implemented
in libc++.

This patch also has a drive by fix to wbuffer_convert::underflow() which
prevents it from calling memmove(buff, null, 0).


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@273106 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
android Reorganize locale extension fallbacks. NFCI 10 years ago
ibm Split locale management out of ibm/xlocale.h. NFCI 10 years ago
musl Add initial support for the MUSL C library. 10 years ago
newlib Reorganize locale extension fallbacks. NFCI 10 years ago
solaris Implement LWG issue 1169. num_get not fully compatible with strto* 10 years ago
win32 Split locale management out of locale_win32. NFCI 10 years ago
xlocale Implement LWG issue 1169. num_get not fully compatible with strto* 10 years ago