diff --git a/include/spdlog/fmt/chrono.h b/include/spdlog/fmt/chrono.h index edc56324..83fad2ff 100644 --- a/include/spdlog/fmt/chrono.h +++ b/include/spdlog/fmt/chrono.h @@ -15,14 +15,7 @@ # define FMT_HEADER_ONLY # endif # endif -# if __cplusplus >= 202002L && defined(__clang__) -# pragma clang diagnostic push -# pragma clang diagnostic ignored "-Wdeprecated" // Workaround for Clang C++20; remove once fmt >= 9.x -# endif # include -# if __cplusplus >= 202002L && defined(__clang__) -# pragma clang diagnostic pop -# endif # else # include # endif