chore(deps): update dependency fmt to v11.2.0.bcr.1 #1355
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.1.4->11.2.0.bcr.1Release Notes
fmtlib/fmt (fmt)
v11.2.0Compare Source
Added the
sspecifier forstd::error_code. It allows formatting an errormessage as a string. For example:
prints
(The actual message is platform-specific.)
Fixed formatting of
std::chrono::local_timeandtm(#3815,
#4350).
For example (godbolt):
is now formatted consistenly across platforms.
Added diagnostics for cases when timezone information is not available.
For example:
now gives a compile-time error.
Deprecated
fmt::localtimein favor ofstd::localtime.Fixed compilation with GCC 15 and C++20 modules enabled
(#4347). Thanks @tkhyn.
Fixed handling of named arguments in format specs
(#4360,
#4361). Thanks @dinomight.
Added error reporting for duplicate named arguments
(#4282,
#4367). Thanks @dinomight.
Fixed formatting of
longwithFMT_BUILTIN_TYPES=0(#4375,
#4394).
Optimized
text_styleusing bit packing(#4363). Thanks @localspook.
Added support for incomplete types (#3180,
#4383). Thanks @localspook.
Fixed a flush issue in
fmt::printwhen using libstdc++(#4398).
Fixed
fmt::printlnusage withFMT_ENFORCE_COMPILE_STRINGand legacycompile-time checks (#4407).
Thanks @madmaxoft.
Removed legacy header
fmt/core.hfrom docs(#4421,
#4422). Thanks @krzysztofkortas.
Worked around limitations of
__builtin_strlenduring constant evaluation(#4423,
#4429). Thanks @BRevzin.
Worked around a bug in MSVC v141 (#4412,
#4413). Thanks @hirohira9119.
Removed the
fmt_detailnamespace(#4324).
Removed specializations of
std::is_floating_pointin tests(#4417).
Fixed a CMake error when setting
CMAKE_MODULE_PATHin the pedantic mode(#4426). Thanks @rlalik.
Updated the Bazel config (#4400).
Thanks @Vertexwahn.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.