Import Geant4 10.5.0.beta source tree
This commit is contained in:
+2
-11
@@ -7,22 +7,13 @@
|
||||
//
|
||||
// ======================================================================
|
||||
|
||||
#if (defined (G4MULTITHREADED))
|
||||
#if defined (G4MULTITHREADED)
|
||||
|
||||
#if __cplusplus >= 201103L
|
||||
|
||||
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 7)
|
||||
#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 7) || __clang__ || WIN32
|
||||
#include <atomic>
|
||||
#define CLHEP_USE_ATOMIC
|
||||
#elif __clang__
|
||||
#if __has_feature(c_atomic)
|
||||
#include <atomic>
|
||||
#define CLHEP_USE_ATOMIC
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user