Skip to content

Add a bounded floating point type class#204

Merged
mborland merged 7 commits intodevelopfrom
192
May 6, 2026
Merged

Add a bounded floating point type class#204
mborland merged 7 commits intodevelopfrom
192

Conversation

@mborland
Copy link
Copy Markdown
Member

@mborland mborland commented May 6, 2026

No description provided.

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

cppalliance-bot commented May 6, 2026

An automated preview of the documentation is available at https://204.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-05-06 17:20:17 UTC

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

❌ Patch coverage is 99.20635% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.4%. Comparing base (4fb815c) to head (5bdd554).
⚠️ Report is 8 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/safe_numbers/bounded_floats.hpp 95.4% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #204     +/-   ##
=========================================
+ Coverage     97.3%   97.4%   +0.1%     
=========================================
  Files          178     190     +12     
  Lines        14004   14382    +378     
  Branches      5229    5353    +124     
=========================================
+ Hits         13622   13997    +375     
- Misses         313     316      +3     
  Partials        69      69             
Files with missing lines Coverage Δ
include/boost/safe_numbers/detail/type_traits.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/limits.hpp 100.0% <ø> (ø)
test/test_bounded_float_addition.cpp 100.0% <100.0%> (ø)
test/test_bounded_float_construction.cpp 100.0% <100.0%> (ø)
test/test_bounded_float_conversions.cpp 100.0% <100.0%> (ø)
test/test_bounded_float_division.cpp 100.0% <100.0%> (ø)
test/test_bounded_float_fmt_format.cpp 100.0% <100.0%> (ø)
test/test_bounded_float_limits.cpp 100.0% <100.0%> (ø)
test/test_bounded_float_modulo.cpp 100.0% <100.0%> (ø)
test/test_bounded_float_multiplication.cpp 100.0% <100.0%> (ø)
... and 4 more

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 4fb815c...5bdd554. 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 495c76c into develop May 6, 2026
47 checks passed
@mborland mborland deleted the 192 branch May 6, 2026 18:31
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.

2 participants