Go to the documentation of this file. 1#ifndef CLHEP_ATOMIC_INT_H
2#define CLHEP_ATOMIC_INT_H
10#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 7) || __clang__ || WIN32
12 #define CLHEP_ATOMIC_INT_TYPE std::atomic<int>
14 #define CLHEP_ATOMIC_INT_TYPE int