Skip to content
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

Update documentation #3789

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Update documentation #3789

merged 1 commit into from
Jan 4, 2024

Conversation

WolleTD
Copy link
Contributor

@WolleTD WolleTD commented Jan 4, 2024

Add a note about the numerical zero being ignored when an alignment flag is present in the format specifier.

This change was introduced in a585571 to be compatible with std::format, but misses documentation.

Closes #3788

Add a note about the numerical zero being ignored when an alignment flag is
present in the format specifier.

This change was introduced in a585571 to
be compatible with std::format, but misses documentation.
@vitaut vitaut merged commit 6c617c9 into fmtlib:master Jan 4, 2024
40 checks passed
@vitaut
Copy link
Contributor

vitaut commented Jan 4, 2024

Thank you!

happymonkey1 pushed a commit to happymonkey1/fmt that referenced this pull request Apr 7, 2024
Add a note about the numerical zero being ignored when an alignment flag is
present in the format specifier.

This change was introduced in a585571 to
be compatible with std::format, but misses documentation.
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.

Unexpected behaviour of a format string with alignment and zero
2 participants