Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make float conversions explicit again #506

Merged
merged 4 commits into from
Apr 25, 2024
Merged

Make float conversions explicit again #506

merged 4 commits into from
Apr 25, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Apr 25, 2024

Adds configuration macro BOOST_DECIMAL_ALLOW_IMPLICIT_CONVERSIONS if the user wants it.

Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.7%. Comparing base (e109d0e) to head (f749270).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop    #506   +/-   ##
=======================================
  Coverage     98.7%   98.7%           
=======================================
  Files          180     180           
  Lines        11457   11457           
=======================================
  Hits         11307   11307           
  Misses         150     150           
Files Coverage Δ
include/boost/decimal/decimal128.hpp 97.4% <ø> (ø)
include/boost/decimal/decimal32.hpp 99.7% <ø> (ø)
include/boost/decimal/decimal64.hpp 98.9% <ø> (ø)
test/github_issue_426.cpp 100.0% <ø> (ø)
test/test_assoc_legendre.cpp 100.0% <100.0%> (ø)
test/test_legendre.cpp 100.0% <100.0%> (ø)

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 e109d0e...f749270. Read the comment docs.

@mborland mborland merged commit 5c23c2b into develop Apr 25, 2024
61 checks passed
@mborland mborland deleted the explicit_floats branch April 25, 2024 09:29
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.

1 participant