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 format_string_checker initialisation order #3542

Merged

Commits on Jul 20, 2023

  1. Fix format_string_checker initialisation order

    Linter (clang-tidy) complains about uninitialised fields in
    format_string_checker since types_ is passed to context_ before being
    initialised. Fixes fmtlib#3541.
    kieranclancy committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f77a65d View commit details
    Browse the repository at this point in the history