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

Use std::unreachable() or similar compiler specific extensions for dead but necessary code #425

Merged
merged 1 commit into from
Nov 16, 2024

use std::unreachable() or the likes for dead but necessary codes like…

7f64c51
Select commit
Loading
Failed to load commit list.
Merged

Use std::unreachable() or similar compiler specific extensions for dead but necessary code #425

use std::unreachable() or the likes for dead but necessary codes like…
7f64c51
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Nov 16, 2024 in 0s

Your pull request is up to standards!

Codacy found no issues in your code