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

Make the table be static data, deduplicate part of the expression in the search loop, and get rid of magic numbers that is the length of the table. #1

Merged
merged 4 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. Allow constexpr Optional<T> when constexpr T is acceptable by propaga…

    …ting trivial destruction.
    BillyONeal committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3722ced View commit details
    Browse the repository at this point in the history
  2. Make the table be static data, deduplicate part of the expression in …

    …the search loop, and get rid of magic numbers that is the length of the table.
    BillyONeal committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7126108 View commit details
    Browse the repository at this point in the history
  3. Fixup optional 😅

    BillyONeal committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c340da3 View commit details
    Browse the repository at this point in the history
  4. clang-format

    BillyONeal committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6c41ed5 View commit details
    Browse the repository at this point in the history