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 narrowing conversions for ppc #30

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jwakely
Copy link

@jwakely jwakely commented Jan 31, 2022

These constants are too large for long long so are unsigned,
and then cannot be narrowed to the signed type.

Fixes #29

These constants are too large for `long long` so are unsigned,
and then cannot be narrowed to the signed type.

Fixes boostorg#29
@jwakely
Copy link
Author

jwakely commented Jan 31, 2022

@LocutusOfBorg
Copy link

Please accept this patch. It fixes ppc64el build error...
See e.g. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040524

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.

Ill-formed narrowing conversions for ppc
2 participants