mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-20 05:15:05 +00:00
Remove dead code in ostream.h format_value
This commit is contained in:
parent
96930161f9
commit
288c3b928b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user