Update log_msg_buffer-inl.h

This commit is contained in:
Gabi Melman
2019-09-20 16:11:40 +03:00
committed by GitHub
parent 216f905670
commit cff9db5044

View File

@@ -36,7 +36,7 @@ namespace details {
SPDLOG_INLINE log_msg_buffer &log_msg_buffer::operator=(const log_msg_buffer &other)
{
log_msg::operator=(other);
buffe.clear();
buffer.clear();
buffer.append(other.buffer.data(), other.buffer.data() + other.buffer.size());
update_string_views();
return *this;