-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
GCC warns -Wnon-template-friend on LLVM #67942
Labels
Comments
I am not sure how to fix that, frankly. If I drop the friend forward declaration in MaterializedIterator, the error goes away on Linux, but then XCode 15 complains with:
If I inline the operators like in #67958, it works on macOS and Linux (both clang and GCC), however it fails in the Windows CI. |
marxin
added a commit
to marxin/cvise
that referenced
this issue
Oct 5, 2023
Reported as the upstream issue: llvm/llvm-project#67942
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clang does not have this warning but GCC is finding this mistake in LLVM 18 due to a recent change.
The text was updated successfully, but these errors were encountered: