Import Geant4 10.1.0 source tree
This commit is contained in:
@@ -26,7 +26,15 @@
|
||||
//
|
||||
// $Id:$
|
||||
//
|
||||
#ifdef G4MULTITHREADED
|
||||
#if __clang__
|
||||
#if (defined(G4MULTITHREADED) && !defined(G4USE_STD11) && \
|
||||
!__has_feature(cxx_thread_local))
|
||||
#define CLANG_NOSTDTLS
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined(G4MULTITHREADED) && !defined(G4USE_STD11)) || \
|
||||
(defined(CLANG_NOSTDTLS))
|
||||
|
||||
#include <CLHEP/Random/StaticRandomStates.h>
|
||||
#include <CLHEP/Random/JamesRandom.h>
|
||||
|
||||
Reference in New Issue
Block a user