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