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

COMP: Github windows runners were attempting to use deprecated #1594

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

cookpa
Copy link
Member

@cookpa cookpa commented Aug 30, 2023

functions in sccan.cxx

There was an if statement in the code that should have used the new random_shuffle and not the old std:shuffle that has been removed in c++-17.

I don't know why this stopped working, but the Windows runner would not build the latest release, so I removed the if statement and just used the updated function random_shuffle.

Fixes #1593

@cookpa cookpa merged commit 3b3c0e2 into master Aug 31, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows release build failing
1 participant