From 518014d17fe5d8b480b6db12e7e1db063f2c31e1 Mon Sep 17 00:00:00 2001 From: gawain Date: Wed, 6 Mar 2019 19:49:51 +0100 Subject: [PATCH] Align with upstream/master. --- include/fmt/format-inl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 6ed745ac..50760cab 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -662,7 +662,6 @@ void sprintf_format(Double value, internal::buffer& buf, type = 'f'; else if (type == 0) type = 'g'; - #if FMT_MSC_VER if (type == 'F') { // MSVC's printf doesn't support 'F'.