hanchenye-llvm-project/libcxx/include/support
Eric Fiselier be13be47ba 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).

llvm-svn: 273106
2016-06-19 06:58:22 +00:00
..
android Reorganize locale extension fallbacks. NFCI 2016-05-20 12:58:41 +00:00
ibm
musl
newlib Reorganize locale extension fallbacks. NFCI 2016-05-20 12:58:41 +00:00
solaris Implement LWG issue 1169. num_get not fully compatible with strto* 2016-06-19 06:58:22 +00:00
win32 Split locale management out of locale_win32. NFCI 2016-03-09 15:49:59 +00:00
xlocale Implement LWG issue 1169. num_get not fully compatible with strto* 2016-06-19 06:58:22 +00:00