mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Don't use strtod_l on Android (#345)
This commit is contained in:
parent
dfa631e64a
commit
c7739536e8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user