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

Commits on Jul 30, 2024

  1. Fix compilation under LLVM 19

    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 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    463e302 View commit details
    Browse the repository at this point in the history