Skip to content

Support UInt128 type #424

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pet74alex
Copy link

Added UInt128 support. Closes #378

Tiny backward-incompatible change: UUID type was previously declared by using UInt128 declaration not compatible with the absl one, so the UUID declaration has been changed to remain internally the same but UInt128 has been redeclared by using absl::uint128.

@pet74alex pet74alex changed the title UInt128 support Support UInt128 type May 21, 2025
@pet74alex
Copy link
Author

@Enmk could you please review this and my previous PRs?

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.

UInt128 is not supported. Only Int128..
1 participant