From 9bd2f1f9afaede6ba384328c7e1f996272b3ca26 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 26 Aug 2019 06:11:44 -0700 Subject: [PATCH] Temporarily disable Grisu --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 986d6913..efec5d6d 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -460,7 +460,7 @@ OutputIt copy_str(InputIt begin, InputIt end, OutputIt it) { } #ifndef FMT_USE_GRISU -# define FMT_USE_GRISU 1 +# define FMT_USE_GRISU 0 #endif template constexpr bool use_grisu() {