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 /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////