sound-of-sorting icon indicating copy to clipboard operation
sound-of-sorting copied to clipboard

cast parameter to `make_pair` for macOS

Open peterguy opened this issue 1 year ago • 1 comments

make_pair on macOS can't handle volatile longs, so cast the first parameter to a long.

Change affects the Quick Sort LL sort.

Tested by manually exercising sorts in UI.

Compiled correctly on Linux; did not test by running the UI on Linux.

Did not compile or test on Windows.

Closes #29

peterguy avatar Dec 04 '23 06:12 peterguy