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

Remove uses of auto for better readability and online code reviews #48185

Merged
merged 1 commit into from
Apr 26, 2021

Commits on Apr 26, 2021

  1. Remove uses of auto for better readability and online code reviews

    The current code style guidelines forbid the use of `auto`.
    
    Some uses of `auto` are still present, such as in UWP code (which
    can't be currently tested) and macros (where removing `auto` isn't
    easy).
    Calinou committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    5d124c4 View commit details
    Browse the repository at this point in the history