Skip to content

Commit

Permalink
Remove dead code in ostream.h format_value
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored and vitaut committed Mar 29, 2022
1 parent 9693016 commit 288c3b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fmt/ostream.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ void format_value(buffer<Char>& buf, const T& value,
#endif
output << value;
output.exceptions(std::ios_base::failbit | std::ios_base::badbit);
buf.try_resize(buf.size());
}
} // namespace detail

Expand Down

0 comments on commit 288c3b9

Please sign in to comment.