Skip to content

Add is power of 2 helper functions#61

Merged
mborland merged 4 commits intodevelopfrom
55
Feb 16, 2026
Merged

Add is power of 2 helper functions#61
mborland merged 4 commits intodevelopfrom
55

Conversation

@mborland
Copy link
Member

Closes: #55

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

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.9%. Comparing base (3e6e560) to head (455fe74).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop     #61     +/-   ##
=========================================
+ Coverage     98.9%   98.9%   +0.1%     
=========================================
  Files          101     102      +1     
  Lines         6273    6425    +152     
  Branches      2083    2131     +48     
=========================================
+ Hits          6199    6351    +152     
  Misses          27      27             
  Partials        47      47             
Files with missing lines Coverage Δ
include/boost/safe_numbers/integer_utilities.hpp 100.0% <100.0%> (ø)
test/test_is_power_10.cpp 100.0% <100.0%> (ø)
test/test_is_power_2.cpp 100.0% <100.0%> (ø)
test/test_remove_trailing_zeros.cpp 100.0% <100.0%> (ø)

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 3e6e560...455fe74. Read the comment docs.

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

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://61.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-16 19:05:59 UTC

@mborland mborland merged commit d5ec686 into develop Feb 16, 2026
36 checks passed
@mborland mborland deleted the 55 branch February 16, 2026 19:43
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.

Is power 2

2 participants

Comments