-
-
Notifications
You must be signed in to change notification settings - Fork 11k
BUG: test, fix for c++ compilation #15194
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
Conversation
Worth a release note? |
@mattip thank you for picking this up so quickly! 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A docstring explaining why the test asserts what it does might be nice, but feel free to merge as is.
Although not explicitly stated, I prefer a policy that someone other than the author merge a PR, even if it has been approved. |
If you feel strongly about this, maybe bring it up in the next community call - I wouldn't be opposed to a wording change in those docs to at least discourage self-merges. |
Co-Authored-By: Eric Wieser <[email protected]>
This flag is only legal for C compilers
BUG: remove -std=c99 for c++ compilation (#15194)
FYI, |
I will put out a 1.18.1 tomorrow with the fix. |
I think it might be better if the |
xref scikit-image/scikit-image#4369
The blanket addition of
-std=c99
to the compiler flags broke compilation forc++
compilers. Now tested and fixed.