From 439b6d7212d588bc4be890c17f50d4cbf19233a6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 21 Jul 2024 08:05:07 -0700 Subject: [PATCH] Reenable print optimization --- include/fmt/format-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index a887483b..ab06f1a0 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -1615,7 +1615,7 @@ template class fallback_file : public file_base { }; #ifndef FMT_USE_FALLBACK_FILE -# define FMT_USE_FALLBACK_FILE 1 +# define FMT_USE_FALLBACK_FILE 0 #endif template