From 867b330966f7082d196852f3a7f68c8d1cba83f0 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 7 Feb 2018 07:44:15 -0800 Subject: [PATCH] Remove ANDROID macro check per comment in #458 --- fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmt/format.h b/fmt/format.h index 6a8fa66bf6b3..a2a3b546d21f 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3116,7 +3116,7 @@ void BasicWriter::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(