Cleanup width handlers

This commit is contained in:
Victor Zverovich
2022-12-23 19:18:35 -08:00
parent 1dadeb8a33
commit 840ec8569d
4 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -3627,7 +3627,7 @@ template <typename Char> class specs_handler : public specs_setter<Char> {
return parse_context_;
}
FMT_CONSTEXPR void on_dynamic_width(const dynamic_spec<Char>& width) {
FMT_CONSTEXPR void on_width(const dynamic_spec<Char>& width) {
auto arg = format_arg();
switch (width.kind) {
case dynamic_spec_kind::none: