atomic.cpp 113 B

123
  1. #include "atomic.h"
  2. static_assert(sizeof(TAtomic) == sizeof(void*), "expect sizeof(TAtomic) == sizeof(void*)");