From 3aaefc48ec6d1b14118104376b3191d79942966b Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 19 Jul 2018 15:07:54 +0300 Subject: [PATCH] Minor cleaning of common.h --- include/spdlog/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 33de4383..8adc3426 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -62,7 +62,7 @@ class sink; using log_clock = std::chrono::system_clock; using sink_ptr = std::shared_ptr; using sinks_init_list = std::initializer_list; -using formatter_ptr = std::shared_ptr; +using log_err_handler = std::function; #if defined(SPDLOG_NO_ATOMIC_LEVELS) using level_t = details::null_atomic_int; @@ -70,7 +70,6 @@ using level_t = details::null_atomic_int; using level_t = std::atomic; #endif -using log_err_handler = std::function; // Log level enum namespace level {