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

Fixes #2417. Get the index from user input instead of a const. #2566

Merged
merged 1 commit into from
Jan 20, 2021

Commits on Jan 13, 2021

  1. Fixes #2417. Get the index from user input instead of a const.

    The compiler has gotten sufficiently smart regarding const evaluation to
    catch many trivial instances of array-index-out-of-bounds at compile
    time. However, the compiler can't read peoples' minds... yet.
    carols10cents committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    79bafdc View commit details
    Browse the repository at this point in the history