Skip to content

Comments

Add non-standard bit swap function #103

Merged
mborland merged 4 commits intodevelopfrom
87
Feb 23, 2026
Merged

Add non-standard bit swap function #103
mborland merged 4 commits intodevelopfrom
87

Conversation

@mborland
Copy link
Member

Closes: #87

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

cppalliance-bot commented Feb 23, 2026

An automated preview of the documentation is available at https://103.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-23 19:19:12 UTC

@mborland mborland merged commit 544c1a0 into develop Feb 23, 2026
34 checks passed
@mborland mborland deleted the 87 branch February 23, 2026 19:32
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.5%. Comparing base (9c923f5) to head (c5f9474).
⚠️ Report is 11 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #103     +/-   ##
=========================================
- Coverage     99.6%   98.5%   -1.0%     
=========================================
  Files          113     113             
  Lines         6629    7554    +925     
  Branches         0    2697   +2697     
=========================================
+ Hits          6601    7439    +838     
- Misses          28      42     +14     
- Partials         0      73     +73     
Files with missing lines Coverage Δ
examples/bit.cpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/bit.hpp 100.0% <100.0%> (ø)
test/test_bit.cpp 100.0% <100.0%> (ø)
test/test_verified_bit.cpp 100.0% <ø> (ø)

... and 108 files with indirect coverage changes


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 9c923f5...c5f9474. Read the comment docs.

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

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 reverse_bits function

2 participants