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 build with GCC 13 #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yselkowitz
Copy link

As in previous versions, libstdc++ in GCC 13 has trimmed internal inclusion of standard headers, necessitating their proper inclusion when used:

https://gcc.gnu.org/gcc-13/porting_to.html

Note that this is the bare minimum change for this to compile with GCC 13, based on how this header is used internally etc. It is technically more correct to explicitly include this header in every file that uses it, but that is left as an exercise for the reader.

As in previous versions, libstdc++ in GCC 13 has trimmed internal
inclusion of standard headers, necessitating their proper inclusion
when used:

https://gcc.gnu.org/gcc-13/porting_to.html
@nelg
Copy link

nelg commented Aug 18, 2023

please can we have some progress on merging this, or the other fix for GCC-13?

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