Skip to content

Add increment and decrement for signed integers#165

Merged
mborland merged 4 commits intodevelopfrom
130
Apr 7, 2026
Merged

Add increment and decrement for signed integers#165
mborland merged 4 commits intodevelopfrom
130

Conversation

@mborland
Copy link
Copy Markdown
Member

@mborland mborland commented Apr 7, 2026

Closes: #130

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

An automated preview of the documentation is available at https://165.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-04-07 16:10:12 UTC

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.9%. Comparing base (9b638ff) to head (d8d624e).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #165     +/-   ##
=========================================
+ Coverage     96.8%   96.9%   +0.1%     
=========================================
  Files          120     121      +1     
  Lines         9260    9356     +96     
  Branches      3507    3537     +30     
=========================================
+ Hits          8962    9058     +96     
  Misses         232     232             
  Partials        66      66             
Files with missing lines Coverage Δ
...boost/safe_numbers/detail/signed_integer_basis.hpp 74.6% <100.0%> (+2.0%) ⬆️
test/test_signed_inc_dec.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 9b638ff...d8d624e. 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 ab747ea into develop Apr 7, 2026
42 checks passed
@mborland mborland deleted the 130 branch April 7, 2026 17:41
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.

Implement increment and decrement operations for signed_integer_basis

2 participants