Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
//
|
||||
// G4NavigationLevel inline implementation
|
||||
//
|
||||
// 30.09.97 J.Apostolakis Initial version
|
||||
// Author: John Apostolakis (CERN), 30.09.1997 - Initial version
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
extern G4GEOM_DLL G4Allocator<G4NavigationLevel>*& aNavigationLevelAllocator();
|
||||
@@ -89,9 +89,7 @@ void G4NavigationLevel::operator delete(void* aLevel)
|
||||
|
||||
// Added for use by STL (used for free-ing pre-allocated?).
|
||||
//
|
||||
#ifndef G4NOT_ISO_DELETES
|
||||
inline
|
||||
void G4NavigationLevel::operator delete(void *, void *)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user