-
Notifications
You must be signed in to change notification settings - Fork 110
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
Clang warning #78
Comments
Where would we be without pedantry :-) |
Is this warning new in Clang 11, or do earlier versions emit it too? |
I only have 7, 8, and 9 installed, and Wandbox doesn't seem to support Boost with 10. It looks new in 11. Edit: Godbolt has 10 + Boost. No warning there. |
Godbolt uses -isystem, so it doesn't emit warnings from Boost. |
Seems that Clang 10 also has it: https://godbolt.org/z/r2VGme |
Should be fixed on develop by 066b398. |
Yup, warning's gone! |
(Sorry, accidentally hit wrong key and posted this while still writing - in fact while writing the title.)
Clang 11 generates a warning when compiling with just "
-pedantic
":(Boost 1.72.0 source acquired by downloading the tar.gz from the boost.org site.)
The text was updated successfully, but these errors were encountered: