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';
|
type = 'f';
|
||||||
else if (type == 0)
|
else if (type == 0)
|
||||||
type = 'g';
|
type = 'g';
|
||||||
|
|
||||||
#if FMT_MSC_VER
|
#if FMT_MSC_VER
|
||||||
if (type == 'F') {
|
if (type == 'F') {
|
||||||
// MSVC's printf doesn't support 'F'.
|
// MSVC's printf doesn't support 'F'.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user