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

Cannot compile on macOS Catalina due to depreciated atomics #176

Open
bearbearfoxsquirrel opened this issue Feb 19, 2020 · 0 comments
Open

Comments

@bearbearfoxsquirrel
Copy link

Hi,
Just wanted to give notification of a compilation issue on macOS Catalina.

Upon trying to compile you are greeted with the following error:

'OSAtomicCompareAndSwap64Barrier' is deprecated: first deprecated in macOS 10.12 - Use std::atomic_compare_exchange_strong() from <atomic> instead

This is a trivially fixed issue, but it took a little time to fix on my machine; finding all the usages and replacing them.

Best wishes,
Michael :)

@bearbearfoxsquirrel bearbearfoxsquirrel changed the title Cannot compile on macOS Catalina due to depreciiated atomics Cannot compile on macOS Catalina due to depreciated atomics Feb 19, 2020
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

No branches or pull requests

1 participant