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

ir: don't rely on class template arg deduction #1116

Closed
wants to merge 1 commit into from

Conversation

artagnon
Copy link
Contributor

Class template argument deduction has the potential to hide bugs, and the compiler emits a -Wctad-maybe-unsupported warning. Although no bugs were found, don't rely on class template argument deduction, squelching these warnings.

While at it, also squelch the remaining -Wcovered-switch-default warnings.

Class template argument deduction has the potential to hide bugs, and
the compiler emits a -Wctad-maybe-unsupported warning. Although no bugs
were found, don't rely on class template argument deduction, squelching
these warnings.

While at it, also squelch the remaining -Wcovered-switch-default
warnings.
@nunoplopes
Copy link
Member

templates are not a source of bugs in Alive, there's no need for this.

@nunoplopes nunoplopes closed this Nov 27, 2024
@artagnon artagnon deleted the squelch-wctad branch November 27, 2024 18:42
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