Align with upstream/master.

This commit is contained in:
gawain 2019-03-06 19:49:51 +01:00
parent f3d49a0a96
commit 518014d17f

View File

@ -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'.