sound-of-sorting
sound-of-sorting copied to clipboard
cast parameter to `make_pair` for macOS
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