ATLAS Offline Software
Loading...
Searching...
No Matches
preDelete.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 */
11
12
13#ifndef ATHALLOCATORS_PREDELETE_H
14#define ATHALLOCATORS_PREDELETE_H
15
16
17namespace SG {
18
19
20template <class ALLOC>
21void preDeleteAlloc (ALLOC&)
22{
23}
24
25
26#endif // not ATHALLOCATORS_PREDELETE_H
Forward declaration.