From 72c82296d605ab8b3a415cab0e7c65edccbc7503 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 17 Aug 2025 12:25:40 -0700 Subject: [PATCH] Put FMT_END_* together --- include/fmt/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/base.h b/include/fmt/base.h index 92c241ac..bd2e13c3 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2981,9 +2981,9 @@ FMT_INLINE void println(format_string fmt, T&&... args) { return fmt::println(stdout, fmt, static_cast(args)...); } -FMT_END_EXPORT FMT_PRAGMA_CLANG(diagnostic pop) FMT_PRAGMA_GCC(pop_options) +FMT_END_EXPORT FMT_END_NAMESPACE #ifdef FMT_HEADER_ONLY