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.
Created with
brew bump-formula-pr
.release notes
Fixed an error about partial specialization of
formatter<string>
after instantiation when compiled with gcc and C++20 (#3584).Fixed compilation as a C++20 module with gcc and clang (#3587, #3597, #3605). Thanks @MathewBensonCode (Mathew Benson).
Made
fmt::to_string
work with types that haveformat_as
overloads (#3575). Thanks @phprus (Vladislav Shchapov).Made
formatted_size
work with integral format specifiers at compile time (#3591). Thanks @elbeno (Ben Deane).Fixed a warning about the
no_unique_address
attribute on clang-cl (#3599). Thanks @lukester1975.Improved compatibility with the legacy GBK encoding (#3598, #3599). Thanks @YuHuanTin.
Added OpenSSF Scorecard analysis (#3530, #3571). Thanks @joycebrum (Joyce).
Updated CI dependencies (#3591, #3592, #3593, #3602).
Pull Requests
formatted_size
withFMT_COMPILE
and format specs by @elbeno in Fixformatted_size
withFMT_COMPILE
and format specs fmtlib/fmt#3588FMT_NO_UNIQUE_ADDRESS
warning with clang-cl. by @lukester1975 in FixFMT_NO_UNIQUE_ADDRESS
warning with clang-cl. fmtlib/fmt#3600atomic_flag
formatting by @AlexGuteniev inatomic_flag
formatting fmtlib/fmt#3594New Contributors
formatted_size
withFMT_COMPILE
and format specs fmtlib/fmt#3588