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 bitwise operators to decimal128 #327

Merged
merged 6 commits into from
Nov 16, 2023
Merged

Add bitwise operators to decimal128 #327

merged 6 commits into from
Nov 16, 2023

Conversation

mborland
Copy link
Member

Closes: #321

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Merging #327 (d5b4054) into develop (0907caf) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #327     +/-   ##
=========================================
+ Coverage     97.3%   97.3%   +0.1%     
=========================================
  Files           71      71             
  Lines         3230    3243     +13     
=========================================
+ Hits          3140    3153     +13     
  Misses          90      90             
Files Coverage Δ
include/boost/decimal/decimal128.hpp 93.1% <100.0%> (+0.3%) ⬆️

... 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 0907caf...d5b4054. Read the comment docs.

@mborland mborland merged commit 02fde1b into develop Nov 16, 2023
48 checks passed
@mborland mborland deleted the bit branch November 16, 2023 12:02
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.

Decimal128 bitwise operators
1 participant