mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Don't use strtod_l on Android (#345)
This commit is contained in:
@ -339,7 +339,7 @@ class File {
|
||||
// Returns the memory page size.
|
||||
long getpagesize();
|
||||
|
||||
#if defined(LC_NUMERIC_MASK) || defined(_MSC_VER)
|
||||
#if (defined(LC_NUMERIC_MASK) || defined(_MSC_VER)) && !defined(__ANDROID__)
|
||||
# define FMT_LOCALE
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user