From d9c15f4234f2de2bd4e626620fafbab1346cec74 Mon Sep 17 00:00:00 2001 From: RickSchanze <2815091564@qq.com> Date: Thu, 7 Mar 2024 15:09:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(Engine::Function):=20=E5=B0=81=E8=A3=85Mes?= =?UTF-8?q?hRendere?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/spdlog/tweakme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h index a47a9076..49b6616f 100644 --- a/include/spdlog/tweakme.h +++ b/include/spdlog/tweakme.h @@ -84,7 +84,7 @@ /////////////////////////////////////////////////////////////////////////////// // Uncomment to use C++20 std::format instead of fmt. // -// #define SPDLOG_USE_STD_FORMAT +#define SPDLOG_USE_STD_FORMAT /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////