Open m0dB opened 4 days ago
fixes #13895 , using std::atomic, and replaces a pre-c++17 construction to terminate if the atomic or the ringbuffer implementation should be using by using std::atomic::is_always_lock_free
Note that there are similar changes in main already. https://github.com/mixxxdj/mixxx/pull/13574
main
also @m0dB you have pushed this branch (and another similar one) to upstream instead of fork. Was that intentional?
fixes #13895 , using std::atomic, and replaces a pre-c++17 construction to terminate if the atomic or the ringbuffer implementation should be using by using std::atomic::is_always_lock_free