You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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
Hi,
Just wanted to give notification of a compilation issue on macOS Catalina.
Upon trying to compile you are greeted with the following error:
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 :)
The text was updated successfully, but these errors were encountered: