Refactor floating-point formatting

This commit is contained in:
Victor Zverovich
2019-11-27 07:32:29 -08:00
parent c68703c9f4
commit c3be0f593d
3 changed files with 35 additions and 37 deletions

View File

@@ -666,7 +666,7 @@ struct formatter {
break;
case internal::double_type:
case internal::long_double_type:
internal::parse_float_type_spec(type_spec, eh);
internal::parse_float_type_spec(specs_, eh);
break;
case internal::cstring_type:
internal::handle_cstring_type_spec(