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: unsigned long is not fundamental type on Win64 #824

Merged
merged 1 commit into from
Feb 11, 2019

Conversation

jszuppe
Copy link
Contributor

@jszuppe jszuppe commented Feb 11, 2019

On Windows 64 unsigned long has 4 bytes like unsigned int, but it does not seem to be a simple alias for unsigned int. Because of that unsigned long is not OpenCL fundamental type.

On Windows 64 unsigned long has 4 bytes like unsigned int, but it does not
seem to be a simple alias for unsigned int. Because of that unsigned long is
not OpenCL fundamental type.
@jszuppe jszuppe self-assigned this Feb 11, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 84.019% when pulling 590c814 on jszuppe:fix-ulong-type into a47ff93 on boostorg:develop.

@jszuppe jszuppe merged commit 0035290 into boostorg:develop Feb 11, 2019
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.

None yet

2 participants