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

Allow serializing of integer zero #759

Closed
wants to merge 1 commit into from

Conversation

edtanous
Copy link
Contributor

Fixes #758

The parsing and measuring code didn't have explicit handling for integer zero, and the while(v > 0) loop wouldn't execute.

Also add tests to cover both of these cases.

Fixes boostorg#758

The parsing and measuring code didn't have explicit handling for integer
zero, and the while(v > 0) loop wouldn't execute.

Also add tests to cover both of these cases.
@cppalliance-bot
Copy link

@alandefreitas
Copy link
Member

Merged in f06f595

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.

urls::format does not serialize integer zero
3 participants