ATLAS Offline Software
preDeleteAlloc.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
4  */
13 #ifndef ATHALLOCATORS_PREDELETE_H
14 #define ATHALLOCATORS_PREDELETE_H
15 
16 
17 namespace SG {
18 
19 
20 template <class ALLOC>
21 void preDeleteAlloc (ALLOC&)
22 {
23 }
24 
25 
26 #endif // not ATHALLOCATORS_PREDELETE_H
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32