Skip to content

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

Merged
cookpa merged 1 commit intomasterfrom
shuffle
Aug 31, 2023
Merged

COMP: Github windows runners were attempting to use deprecated#1594
cookpa merged 1 commit intomasterfrom
shuffle

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
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