Skip to content

Conversation

pps83
Copy link
Contributor

@pps83 pps83 commented May 28, 2025

Fixes these warnings:

../../../boost/multiprecision/detail/default_ops.hpp:2846:47: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
 2846 |    return std::move(trunc(number_type(v), pol));
      |

Fixes these warnings:
```
../../../boost/multiprecision/detail/default_ops.hpp:2846:47: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
 2846 |    return std::move(trunc(number_type(v), pol));
      |
```
@pps83
Copy link
Contributor Author

pps83 commented May 28, 2025

Copy link

codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.1%. Comparing base (eef4acf) to head (8d4c9da).
Report is 49 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #692     +/-   ##
=========================================
+ Coverage     94.1%   94.1%   +0.1%     
=========================================
  Files          279     280      +1     
  Lines        28979   29074     +95     
=========================================
+ Hits         27253   27347     +94     
- Misses        1726    1727      +1     
Files with missing lines Coverage Δ
...nclude/boost/multiprecision/detail/default_ops.hpp 91.1% <100.0%> (ø)

... and 8 files with indirect coverage changes


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 eef4acf...8d4c9da. Read the comment docs.

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

@jzmaddock
Copy link
Collaborator

Looks good to me, thanks for this!

CI failures are unrelated, I'll investigate those separately.

@jzmaddock jzmaddock merged commit 448ab80 into boostorg:develop May 28, 2025
77 of 80 checks passed
@pps83 pps83 deleted the develop-stdmove branch May 28, 2025 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants