Align with upstream/master.
This commit is contained in:
parent
f3d49a0a96
commit
518014d17f
@ -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'.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user