Upgraded spdlog to v1.11.0
This commit is contained in:
2
thirdparty/spdlog/sinks/ringbuffer_sink.h
vendored
2
thirdparty/spdlog/sinks/ringbuffer_sink.h
vendored
@@ -50,7 +50,7 @@ public:
|
||||
{
|
||||
memory_buf_t formatted;
|
||||
base_sink<Mutex>::formatter_->format(q_.at(i), formatted);
|
||||
ret.push_back(fmt::to_string(formatted));
|
||||
ret.push_back(std::move(SPDLOG_BUF_TO_STRING(formatted)));
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user