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

extract_uint: Fixed IgnoreOverflowDigits=true problem at overflow #470

Merged

Conversation

Kojoley
Copy link
Collaborator

@Kojoley Kojoley commented Feb 21, 2019

The IgnoreOverflowDigits=true parser always succeeds and because of that it
expects from the digits parser that a number passed as inout argument will be
changed only on success.

Changed negative_accumulator and X3 for consistency.

Fixes #428

The IgnoreOverflowDigits=true parser always succeeds and because of that it
expects from the digits parser that a number passed as inout argument will be
changed only on success.

Changed negative_accumulator and X3 for consistency.
@Kojoley Kojoley merged commit eb8eeb2 into boostorg:develop Feb 22, 2019
@Kojoley Kojoley deleted the fix-qi-extract_int-ignore-overflow-digits branch February 22, 2019 12:13
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.

1 participant