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 compilation under LLVM 19 #2463

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Fix compilation under LLVM 19 #2463

merged 1 commit into from
Jul 30, 2024

Conversation

fhanau
Copy link
Collaborator

@fhanau fhanau commented Jul 30, 2024

Compilation currently fails with the new -Wmissing-template-arg-list-after-template-kw warning, I assume it is an error since Werror is pulled in through a dependency. To resolve this we just need to drop the template keyword – the default template argument will be used as before.

Compilation currently fails with the new -Wmissing-template-arg-list-after-template-kw
warning, I assume it is an error since Werror is pulled in through a dependency.
To resolve this we just need to drop the template keyword – the default template
argument will be used as before.
@fhanau fhanau marked this pull request as ready for review July 30, 2024 16:51
@fhanau fhanau requested review from a team as code owners July 30, 2024 16:51
@fhanau fhanau merged commit cd5279e into main Jul 30, 2024
9 checks passed
@fhanau fhanau deleted the felix/llvm-19 branch July 30, 2024 21:01
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.

2 participants