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

Fix type of pointer to _umul128 #912

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Conversation

mborland
Copy link
Member

_umul128 expects a pointer of type unsigned long long* instead of uint64_t*.

@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Merging #912 (00ba384) into develop (3d751ad) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #912   +/-   ##
========================================
  Coverage    92.97%   92.97%           
========================================
  Files           85       85           
  Lines         8072     8072           
========================================
  Hits          7505     7505           
  Misses         567      567           
Impacted Files Coverage Δ
...detail/charconv/detail/fast_float/float_common.hpp 62.19% <ø> (ø)

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 3d751ad...00ba384. Read the comment docs.

@grisumbras
Copy link
Member

Thanks for the patch!

@cppalliance-bot
Copy link

@grisumbras grisumbras merged commit 00ba384 into boostorg:develop Jun 29, 2023
4 checks passed
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.

3 participants