aleksraiden opened a new pull request, #2698: URL: https://github.com/apache/kvrocks/pull/2698
Update fmtlib to 11.1.0 - full changelog: https://github.com/fmtlib/fmt/releases/tag/11.1.0 Key updates - Reduced debug (unoptimized) binary code size and the number of template instantiations when passing formatting arguments. For example, unoptimized binary code size for fmt::print("{}", 42) was reduced by ~40% on GCC and ~60% on clang (x86-64). - Added an experimental fmt::writer API that can be used for writing to different destinations such as files or strings - Added width and alignment support to the formatter of std::error_code - Added support for _BitInt formatting when using clang - Made more types formattable at compile time - Implemented a more efficient compile-time fmt::formatted_size - Made fmt::to_string take fmt::basic_memory_buffer by const reference - Renamed FMT_EXCEPTIONS to FMT_USE_EXCEPTIONS for consistency with other similar macros. - Fixed various warnings and compilation issues -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
