Skip to content

Conversation

@mborland
Copy link
Member

@mborland mborland commented Feb 9, 2026

Closes: #32

@mborland mborland added this to the v0.1.0 milestone Feb 9, 2026
@mborland mborland self-assigned this Feb 9, 2026
@mborland mborland added the enhancement New feature or request label Feb 9, 2026
@cppalliance-bot
Copy link

cppalliance-bot commented Feb 9, 2026

An automated preview of the documentation is available at https://35.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-02-10 18:33:46 UTC

@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

❌ Patch coverage is 99.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.9%. Comparing base (a1889fc) to head (ea1c86a).
⚠️ Report is 15 commits behind head on develop.

Files with missing lines Patch % Lines
examples/bitwise_ops.cpp 90.3% 2 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop     #35     +/-   ##
=========================================
+ Coverage     98.9%   98.9%   +0.1%     
=========================================
  Files           81      84      +3     
  Lines         4371    4772    +401     
  Branches      1350    1504    +154     
=========================================
+ Hits          4322    4719    +397     
- Misses          22      24      +2     
- Partials        27      29      +2     
Files with missing lines Coverage Δ
include/boost/safe_numbers/bounded_integers.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/detail/fwd.hpp 100.0% <100.0%> (ø)
...ost/safe_numbers/detail/unsigned_integer_basis.hpp 95.1% <100.0%> (+0.6%) ⬆️
test/test_unsigned_bitwise_ops.cpp 100.0% <100.0%> (ø)
examples/bitwise_ops.cpp 90.3% <90.3%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1889fc...ea1c86a. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mborland mborland merged commit bb7aa60 into develop Feb 10, 2026
44 checks passed
@mborland mborland deleted the 32 branch February 10, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add bitwise operators to unsigned_integer_basis

2 participants