Don't emit trailing zeros by default
This commit is contained in:
@@ -1396,7 +1396,6 @@ FMT_CONSTEXPR float_specs parse_float_type_spec(
|
||||
switch (specs.type) {
|
||||
case 0:
|
||||
result.format = float_format::general;
|
||||
result.showpoint |= specs.precision > 0;
|
||||
break;
|
||||
case 'G':
|
||||
result.upper = true;
|
||||
|
||||
Reference in New Issue
Block a user