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

Remove bigint_helper_methods for *signed* types #90848

Merged
merged 1 commit into from
Nov 16, 2021

Commits on Nov 13, 2021

  1. Remove bigint_helper_methods for *signed* types

    These are working well for *unsigned* types, for the the signed ones there are a bunch of questions about what the semantics and API should be.  And for the main "helpers for big integer implementations" use, there's no need for the signed versions anyway.
    
    And there are plenty of other methods which exist for unsigned types but not signed ones, like `next_power_of_two`, so this isn't unusual.
    
    Fixes 90541
    scottmcm committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    6323f92 View commit details
    Browse the repository at this point in the history