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

Add type aliases and literals up to uint512 #317

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Add type aliases and literals up to uint512 #317

merged 1 commit into from
Sep 2, 2024

Conversation

chfast
Copy link
Owner

@chfast chfast commented Sep 2, 2024

Fill the gap in the type aliases and literas in the range 128-512. Also place the literal operators in the intx::literals namespace to allow using the literals without using namespace intx.

Fill the gap in the type aliases and literas in the range 128-512.
Also place the literal operators in the intx::literals namespace
to allow using the literals without `using namespace intx`.
Copy link

sonarqubecloud bot commented Sep 2, 2024

Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.94%. Comparing base (394c5bc) to head (e6c457f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #317   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files          10       10           
  Lines        1892     1892           
=======================================
  Hits         1891     1891           
  Misses          1        1           
Flag Coverage Δ
32bit 99.94% <ø> (ø)
gcc 99.41% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
include/intx/intx.hpp 99.86% <ø> (ø)
test/unittests/test_intx_api.cpp 100.00% <ø> (ø)

@chfast chfast merged commit ef96419 into master Sep 2, 2024
21 checks passed
@chfast chfast deleted the literals branch September 2, 2024 12:37
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