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

fixed GCC 13 incompatibility #331

Closed
wants to merge 1 commit into from

Conversation

Casqade
Copy link

@Casqade Casqade commented May 4, 2023

New GCC release introduced some visible changes, most notably the removal of cstdint usage inside STL.

cstdint not being explicitly included in configuration.h totally breaks compilation on GCC 13.
This pull request addresses the issue

@DanielChappuis DanielChappuis self-assigned this May 9, 2023
@DanielChappuis DanielChappuis added this to the Release v1.0.0 milestone May 9, 2023
@DanielChappuis
Copy link
Owner

Thanks a lot for taking the time to fix this issue. I will merge this into the next release of the library.

@DanielChappuis
Copy link
Owner

Thanks a lot for your pull request. I have already merged this pull request that is fixing exactly the same issue. I will therefore not merged this one but again, thank you.

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.

2 participants