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

Add literals for fast types #753

Merged
merged 4 commits into from
Oct 4, 2024
Merged

Add literals for fast types #753

merged 4 commits into from
Oct 4, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Oct 4, 2024

Closes: #751

Also fixes the range of dec32_fast being slightly larger than it should be, and a typo in the dec32 literals docs

Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.1%. Comparing base (c21c6b7) to head (71ed999).
Report is 14 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #753     +/-   ##
=========================================
+ Coverage     99.1%   99.1%   +0.1%     
=========================================
  Files          227     227             
  Lines        16759   16797     +38     
  Branches      1807    1808      +1     
=========================================
+ Hits         16605   16643     +38     
  Misses         154     154             
Files with missing lines Coverage Δ
include/boost/decimal/decimal32_fast.hpp 96.8% <100.0%> (ø)
include/boost/decimal/literals.hpp 100.0% <ø> (ø)
test/test_literals.cpp 100.0% <100.0%> (ø)

... and 1 file 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 c21c6b7...71ed999. Read the comment docs.

@mborland mborland merged commit 8274270 into develop Oct 4, 2024
65 checks passed
@mborland mborland deleted the fast_literals branch October 4, 2024 22:27
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.

Add fast type literals
1 participant