mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Merge branch 'locale'
This commit is contained in:
commit
e9a0d3141b
@ -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