From 543060683b3ea68c6f00afc56392fa4c4f2e3387 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 23 Aug 2019 00:16:44 +0300 Subject: [PATCH] Clean log_msg_buffer --- include/spdlog/details/thread_pool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/spdlog/details/thread_pool.h b/include/spdlog/details/thread_pool.h index 00c375d3..f02517b3 100644 --- a/include/spdlog/details/thread_pool.h +++ b/include/spdlog/details/thread_pool.h @@ -58,8 +58,8 @@ struct async_msg : log_msg_buffer return *this; } #else // (_MSC_VER) && _MSC_VER <= 1800 - async_msg(async_msg &&) SPDLOG_NOEXCEPT = default; - async_msg &operator=(async_msg &&) SPDLOG_NOEXCEPT = default; + async_msg(async_msg &&) = default; + async_msg &operator=(async_msg &&) = default; #endif // construct from log_msg with given type