From 71925ca382929e4d748a36bd916634836870020c Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 26 Apr 2024 00:59:26 +0300 Subject: [PATCH] Revmoed definition of deprecated fmt macros --- include/spdlog/fmt/fmt.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/spdlog/fmt/fmt.h b/include/spdlog/fmt/fmt.h index a83ff2c9..e9c51175 100644 --- a/include/spdlog/fmt/fmt.h +++ b/include/spdlog/fmt/fmt.h @@ -20,11 +20,7 @@ #ifndef FMT_USE_WINDOWS_H #define FMT_USE_WINDOWS_H 0 #endif - // enable the 'n' flag in for backward compatibility with fmt 6.x - #define FMT_DEPRECATED_N_SPECIFIER - // enable ostream formatting for backward compatibility with fmt 8.x - #define FMT_DEPRECATED_OSTREAM - + #include #include