Import Geant4 10.3.0 source tree
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
#ifndef G4INCLALLOCATIONPOOL_HH
|
||||
#define G4INCLALLOCATIONPOOL_HH
|
||||
|
||||
#if defined(INCL_USE_ALLOCATION_POOL) || defined(INCLXX_IN_GEANT4_MODE)
|
||||
|
||||
#include <stack>
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
@@ -109,4 +111,8 @@ namespace G4INCL {
|
||||
allocator.recycleObject(static_cast<T *>(a)); \
|
||||
}
|
||||
|
||||
#else // defined(INCL_USE_ALLOCATION_POOL) || defined(INCLXX_IN_GEANT4_MODE)
|
||||
#define INCL_DECLARE_ALLOCATION_POOL(T)
|
||||
#endif
|
||||
|
||||
#endif // G4INCLALLOCATIONPOOL_HH
|
||||
|
||||
Reference in New Issue
Block a user