Commit 54306068 authored by gabime's avatar gabime

Clean log_msg_buffer

parent 2848e517
...@@ -58,8 +58,8 @@ struct async_msg : log_msg_buffer ...@@ -58,8 +58,8 @@ struct async_msg : log_msg_buffer
return *this; return *this;
} }
#else // (_MSC_VER) && _MSC_VER <= 1800 #else // (_MSC_VER) && _MSC_VER <= 1800
async_msg(async_msg &&) SPDLOG_NOEXCEPT = default; async_msg(async_msg &&) = default;
async_msg &operator=(async_msg &&) SPDLOG_NOEXCEPT = default; async_msg &operator=(async_msg &&) = default;
#endif #endif
// construct from log_msg with given type // construct from log_msg with given type
......
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