Skip to content

Fix std::showbase vs std::noshowbase#371

Merged
mborland merged 3 commits intodevelopfrom
370
Mar 24, 2026
Merged

Fix std::showbase vs std::noshowbase#371
mborland merged 3 commits intodevelopfrom
370

Conversation

@mborland
Copy link
Copy Markdown
Member

Closes: #370

@mborland mborland added this to the v2.0.0 milestone Mar 24, 2026
@mborland mborland self-assigned this Mar 24, 2026
@mborland mborland added the Bug Something isn't working label Mar 24, 2026
@cppalliance-bot
Copy link
Copy Markdown

An automated preview of the documentation is available at https://371.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-03-24 18:30:02 UTC

@mborland mborland merged commit 064e208 into develop Mar 24, 2026
74 of 75 checks passed
@mborland mborland deleted the 370 branch March 24, 2026 19:34
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 95.23810% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.90%. Comparing base (6b4f7a5) to head (5517b6b).
⚠️ Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/int128/iostream.hpp 83.33% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #371      +/-   ##
===========================================
- Coverage    98.91%   98.90%   -0.02%     
===========================================
  Files           66       66              
  Lines         5538     5551      +13     
  Branches      1757     1767      +10     
===========================================
+ Hits          5478     5490      +12     
- Misses          29       30       +1     
  Partials        31       31              

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Operator<< does not distinguish between std::showbase and std::noshowbase

2 participants