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 GCC 9.4.0 compilation error #4321

Closed

Conversation

sergiud
Copy link
Contributor

@sergiud sergiud commented Jan 20, 2025

Fixes #4320.

It seems that GCC 9.4.0 eagerly evaluates method bodies in SFINAE context. The issue also occurs only when compiling in C++14 mode. Github GCC 9.x job seems to be using C++17 though.

@vitaut
Copy link
Contributor

vitaut commented Jan 21, 2025

Closing as this has already been fixed but thanks anyway.

@vitaut vitaut closed this Jan 21, 2025
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.

GCC 9.4.0 compilation error
2 participants