mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-28 00:10:21 +08:00
Update thread_pool.h
This commit is contained in:
parent
8d8aacf5e9
commit
e0bf0c0301
@ -50,7 +50,6 @@ struct async_msg : log_msg_buffer
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
async_msg &operator=(async_msg &&other)
|
async_msg &operator=(async_msg &&other)
|
||||||
|
|
||||||
{
|
{
|
||||||
*static_cast<log_msg_buffer *>(this) = std::move(other);
|
*static_cast<log_msg_buffer *>(this) = std::move(other);
|
||||||
msg_type = other.msg_type;
|
msg_type = other.msg_type;
|
||||||
|
Loading…
Reference in New Issue
Block a user