Merge branch 'backtrace_support' of https://github.com/gabime/spdlog into backtrace_support

This commit is contained in:
gabime 2019-08-25 17:28:49 +03:00
commit 8280c0d64c

View File

@ -50,7 +50,6 @@ struct async_msg : log_msg_buffer
{}
async_msg &operator=(async_msg &&other)
{
*static_cast<log_msg_buffer *>(this) = std::move(other);
msg_type = other.msg_type;
@ -118,4 +117,4 @@ private:
#ifdef SPDLOG_HEADER_ONLY
#include "thread_pool-inl.h"
#endif
#endif