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

feat(add): support int128 + - * / #10

Merged
merged 9 commits into from
Feb 24, 2024
Merged

feat(add): support int128 + - * / #10

merged 9 commits into from
Feb 24, 2024

Conversation

guuzaa
Copy link
Owner

@guuzaa guuzaa commented Feb 24, 2024

No description provided.

@guuzaa guuzaa linked an issue Feb 24, 2024 that may be closed by this pull request
3 tasks
using Int32 = Integer<int32_t>;
using Int64 = Integer<int64_t>;

constexpr Int8 operator"" _i8(unsigned long long val) { return Int8(val); }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be nested in numbers namespace.

@guuzaa guuzaa merged commit d5b3ef8 into main Feb 24, 2024
2 checks passed
@guuzaa guuzaa deleted the i128 branch March 2, 2024 08:10
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.

Proposal #3 support int128 type
1 participant