diff --git a/include/fmt/ostream.h b/include/fmt/ostream.h index 470a4df6..0c925585 100644 --- a/include/fmt/ostream.h +++ b/include/fmt/ostream.h @@ -76,7 +76,6 @@ void format_value(buffer& buf, const T& value, #endif output << value; output.exceptions(std::ios_base::failbit | std::ios_base::badbit); - buf.try_resize(buf.size()); } } // namespace detail