Skip to content

<sstream> is not needed in exception free environment#1413

Merged
mborland merged 2 commits into
developfrom
1412
Jun 30, 2026
Merged

<sstream> is not needed in exception free environment#1413
mborland merged 2 commits into
developfrom
1412

Conversation

@mborland

Copy link
Copy Markdown
Member

Closes: #1412

@mborland mborland added the bug label Jun 30, 2026
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.39%. Comparing base (0cfea2f) to head (bad351c).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1413   +/-   ##
========================================
  Coverage    95.39%   95.39%           
========================================
  Files          826      827    +1     
  Lines        68919    68921    +2     
========================================
+ Hits         65747    65749    +2     
  Misses        3172     3172           
Files with missing lines Coverage Δ
include/boost/math/policies/error_handling.hpp 85.16% <ø> (ø)
test/git_issue_1412.cpp 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cfea2f...bad351c. Read the comment docs.

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

@mborland

Copy link
Copy Markdown
Member Author

Spurious failure. Merging.

@mborland
mborland merged commit 188cccc into develop Jun 30, 2026
74 of 75 checks passed
@mborland
mborland deleted the 1412 branch July 1, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

error_handling.hpp requires <sstream>/prec_format even with BOOST_MATH_NO_EXCEPTIONS

1 participant