|
|
@ -67,7 +67,7 @@ async_msg(async_msg&& other) SPDLOG_NOEXCEPT:
|
|
|
|
{}
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
|
|
async_msg(async_msg_type m_type) :msg_type(m_type)
|
|
|
|
async_msg(async_msg_type m_type) :msg_type(m_type)
|
|
|
|
{};
|
|
|
|
{}
|
|
|
|
|
|
|
|
|
|
|
|
async_msg& operator=(async_msg&& other) SPDLOG_NOEXCEPT
|
|
|
|
async_msg& operator=(async_msg&& other) SPDLOG_NOEXCEPT
|
|
|
|
{
|
|
|
|
{
|
|
|
|