diff --git a/include/fmt/format.h b/include/fmt/format.h index efe090d0..8a961122 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1630,7 +1630,6 @@ template struct int_writer { make_checked(p, s.size())); } if (prefix_size != 0) p[-1] = static_cast('-'); - using iterator = remove_reference_t; auto data = buffer.data(); out = write_padded(out, specs, size, size, [=](iterator it) { return copy_str(data, data + size, it);