Skip to content

Export fmt::dynamic_format_arg_store #4459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

tkhyn
Copy link
Contributor

@tkhyn tkhyn commented May 31, 2025

When consuming fmt as a C++20 module I could not access fmt::dynamic_format_arg_store.

I believe it should be exported and this PR fixes that!

@phprus
Copy link
Contributor

phprus commented May 31, 2025

@vitaut, fuzzing found a error in the implementation of write_float.

@vitaut
Copy link
Contributor

vitaut commented May 31, 2025

@vitaut, fuzzing found a error in the implementation of write_float.

Yeah, I saw it too. Looks like there is an integer overflow for a very large precision (unrelated to this PR).

@vitaut vitaut merged commit cc88914 into fmtlib:master Jun 1, 2025
44 of 46 checks passed
@vitaut
Copy link
Contributor

vitaut commented Jun 1, 2025

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants