Skip to content

Fix undefined use of <cstdint> types #747

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Dec 30, 2023

Conversation

harmenwierenga
Copy link
Contributor

@harmenwierenga harmenwierenga commented Nov 16, 2023

I could not compile tests on windows, since SpookyV2Test.cpp uses types from the cstdint header (e.g., uint64_t) without including the header. The type aliases are already defined in SpookyV2.h, so I have used those type aliases instead.

Copy link
Member

@jvdp1 jvdp1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @harmenwierenga . LGTM. I'll merge it if all tests are successful.

@harmenwierenga
Copy link
Contributor Author

Thank you! There are two failing checks, cmake can’t find ifort on Ubuntu-latest and there is some setup failure on MSYS. Could you have a look at those?

@jvdp1
Copy link
Member

jvdp1 commented Dec 26, 2023

@harmenwierenga Could you rebase your branch, please? It should then trigger the updated CI.

@harmenwierenga
Copy link
Contributor Author

Thanks for the message, I have synced the branch. Could you please approve the workflow?

@jvdp1 jvdp1 merged commit 42a547b into fortran-lang:master Dec 30, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants