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

Stop using IF in our Cython code #545

Merged
merged 1 commit into from
Feb 13, 2024

Commits on Feb 12, 2024

  1. Stop using IF in our Cython code

    This has been deprecated for a while. Let's switch to using runtime
    checks for things that can be checked at runtime, and inline C++ code
    with conditional compilation for things that need to be checked at
    compile time.
    
    Signed-off-by: Matt Wozniski <[email protected]>
    godlygeek committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0f23e7b View commit details
    Browse the repository at this point in the history