Remove ANDROID macro check per comment in #458

This commit is contained in:
Victor Zverovich 2018-02-07 07:44:15 -08:00
parent 8cf30aa2be
commit 867b330966

View File

@ -3116,7 +3116,7 @@ void BasicWriter<Char>::write_int(T value, Spec spec) {
case 'n': {
unsigned num_digits = internal::count_digits(abs_value);
fmt::StringRef sep = "";
#if !(defined(ANDROID) || defined(__ANDROID__))
#ifndef __ANDROID__
sep = internal::thousands_sep(std::localeconv());
#endif
unsigned size = static_cast<unsigned>(