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

broadcast: use recursion rather than ntuple to map over a tuple #51154

Merged
merged 1 commit into from
Sep 3, 2023

Commits on Sep 1, 2023

  1. broadcast: use recursion rather than ntuple to map over a tuple

    Inference seems to have trouble with the anonymous function version, so
    go back to the recursive version.
    
    Fixes #51129
    Probably also fixes #50859
    vtjnash committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8ea7ffc View commit details
    Browse the repository at this point in the history