Quicksilver
Quicksilver copied to clipboard
C++20 atomics
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.