From 70f7a8252d0a4284d7d05c305648798843f50d23 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 21 Oct 2023 13:43:30 +0300 Subject: [PATCH] Always if SPDLOG_USE_STD_FORMAT defined --- include/spdlog/common.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 92f522c94..5544e2101 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -24,11 +24,7 @@ #endif #ifdef SPDLOG_USE_STD_FORMAT - #if __cpp_lib_format >= 202207L - #include - #else - #include - #endif + #include #endif #if defined(SPDLOG_SHARED_LIB)