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

Remove C++11 header #2591

Merged
merged 1 commit into from Jun 27, 2023
Merged

Remove C++11 header #2591

merged 1 commit into from Jun 27, 2023

Conversation

ChrisThrasher
Copy link
Member

Description

This was caught by someone writing a Conan package for SFML 2.6.0.

conan-io/conan-center-index#18069 (comment)

In practice this is a meaningless change but I'm fixing it for the sake of pedantry. Because C99 already provides fixed-width integers, we can rely on them. We can't use sf::Uint64 here since it's an unsigned long on some platforms and unsigned long long on others which apparently causes issues with using it as a parameter in a function pointer as is the case on line 112.

@ChrisThrasher ChrisThrasher merged commit a19f996 into SFML:2.6.x Jun 27, 2023
37 checks passed
@ChrisThrasher ChrisThrasher deleted the cstdint branch June 27, 2023 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants