From 2ad191aebab3fd21a4281f0cad78678983010bc3 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 20 Oct 2018 18:27:58 +0300 Subject: [PATCH] Update log_msg.h --- include/spdlog/details/log_msg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/spdlog/details/log_msg.h b/include/spdlog/details/log_msg.h index d7703625..8cd51f08 100644 --- a/include/spdlog/details/log_msg.h +++ b/include/spdlog/details/log_msg.h @@ -32,8 +32,7 @@ struct log_msg } log_msg(const log_msg &other) = default; - log_msg(log_msg &&other) = default; - log_msg &operator=(log_msg &&other) = default; + log_msg &operator=(const log_msg &other) = default; const std::string *logger_name{nullptr}; level::level_enum level{level::off};