Skip to content

Update division operation behavior and docs#451

Merged
mborland merged 4 commits into
developfrom
449
Jul 23, 2026
Merged

Update division operation behavior and docs#451
mborland merged 4 commits into
developfrom
449

Conversation

@mborland

Copy link
Copy Markdown
Member

Traps like the builtins, because throwing would make it so that we can't vectorize.

@mborland mborland self-assigned this Jul 23, 2026
@mborland mborland added Bug Something isn't working Boost Review Feedback from the review period including pre- and post- on the ML labels Jul 23, 2026
@mborland mborland added this to the v4.0.0 milestone Jul 23, 2026
@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://451.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

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

2026-07-23 19:40:13 UTC

@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.08%. Comparing base (420dec9) to head (b104725).
⚠️ Report is 19 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/int128/detail/int128_imp.hpp 0.00% 8 Missing ⚠️
include/boost/int128/detail/uint128_imp.hpp 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #451      +/-   ##
===========================================
- Coverage    96.28%   96.08%   -0.20%     
===========================================
  Files           83       83              
  Lines         7268     7260       -8     
  Branches      2560     2552       -8     
===========================================
- Hits          6998     6976      -22     
- Misses          31       45      +14     
  Partials       239      239              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

@mborland
mborland merged commit cc94f56 into develop Jul 23, 2026
81 of 83 checks passed
@mborland
mborland deleted the 449 branch July 23, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Boost Review Feedback from the review period including pre- and post- on the ML Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing documentation for division by zero for operator/ and operator% Missing documentation for division by zero in div_sat/saturating_div

2 participants