Commit 8280c0d6 authored by gabime's avatar gabime

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

parents 4f98b000 e0bf0c03
...@@ -50,7 +50,6 @@ struct async_msg : log_msg_buffer ...@@ -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;
...@@ -118,4 +117,4 @@ private: ...@@ -118,4 +117,4 @@ private:
#ifdef SPDLOG_HEADER_ONLY #ifdef SPDLOG_HEADER_ONLY
#include "thread_pool-inl.h" #include "thread_pool-inl.h"
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment