blob: 64531666a74e55b455f2b2ff0039a39cf82441be [file] [log] [blame]
#include <atomic>
namespace cheriot
{
// Compatibility definition of CHERIoT atomics now that we have a more
// complete standard definition.
template<typename T>
using atomic = std::atomic<T>;
} // namespace cheriot