Quicksilver icon indicating copy to clipboard operation
Quicksilver copied to clipboard

C++20 atomics

Open jeffhammond opened this issue 3 years ago • 0 comments

This improves on https://github.com/LLNL/Quicksilver/pull/43 by adding a potentially universal implementation of atomics using C++20 atomic_ref.

Not everyone supports this right now but if compilers don't lie with feature test macros, the preprocessor will inform the user effectively.

jeffhammond avatar Feb 04 '22 09:02 jeffhammond