Skip to content

Export fmt::dynamic_format_arg_store#4459

Merged
vitaut merged 1 commit intofmtlib:masterfrom
tkhyn:fix/export_dynamic_format_arg_store
Jun 1, 2025
Merged

Export fmt::dynamic_format_arg_store#4459
vitaut merged 1 commit intofmtlib:masterfrom
tkhyn:fix/export_dynamic_format_arg_store

Conversation

@tkhyn
Copy link
Copy Markdown
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
Copy Markdown
Contributor

phprus commented May 31, 2025

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

@vitaut
Copy link
Copy Markdown
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
Copy Markdown
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