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

Update signature of make_unique #5569

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Update signature of make_unique #5569

merged 2 commits into from
Jul 31, 2023

Commits on Jul 26, 2023

  1. Update signature of make_unique

    Also tweak the selection for move-if-supported. This now lets
    the user enable it by a define even if the compiler support isn't
    detected. This is useful because the new signature for
    make_unique kind of relies on move-if-supported to work.
    
    Fixes cython#5560
    da-woods committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7a5bec3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Change name of flag

    da-woods committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dd0a1b1 View commit details
    Browse the repository at this point in the history