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 #1470 - Type issue on ARM with Homebrew g++ #1471

Merged
merged 1 commit into from
Dec 4, 2022
Merged

Conversation

jfalcou
Copy link
Owner

@jfalcou jfalcou commented Dec 4, 2022

The type returned by sizeof is not recognized as a plain_scalar_value and thus fails the dispatch. Storing it in a constexpr uint64 fixes the issue.

The type returned by sizeof is not recognized as a plain_scalar_value
and thus fails the dispatch. Storing it in a constexpr uint64 fixes
the issue.
@jfalcou jfalcou merged commit d1f02da into main Dec 4, 2022
@jfalcou jfalcou deleted the fix-1470/geommean branch December 4, 2022 12:35
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.

2 participants