From 5bfeb672f74018da0433ad2b3d28fefd102266db Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 8 Jul 2018 16:22:04 +0300 Subject: [PATCH] updated slot size in async queue --- include/spdlog/details/thread_pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/thread_pool.h b/include/spdlog/details/thread_pool.h index 4c4792df..cec47c60 100644 --- a/include/spdlog/details/thread_pool.h +++ b/include/spdlog/details/thread_pool.h @@ -29,7 +29,7 @@ struct async_msg level::level_enum level; log_clock::time_point time; size_t thread_id; - fmt::basic_memory_buffer raw; + fmt::basic_memory_buffer raw; size_t msg_id; async_logger_ptr worker_ptr;