ATLAS Offline Software
maybeUnprotect.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_MAYBEUNPROTECT_H
14 #define ATHALLOCATORS_MAYBEUNPROTECT_H
15 
16 
17 namespace SG {
18 
19 
31 template <class ALLOC>
32 void maybeUnprotect (ALLOC&)
33 {
34 }
35 
36 
37 } // namespace SG
38 
39 
40 #endif // not ATHALLOCATORS_MAYBEUNPROTECT_H
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::maybeUnprotect
void maybeUnprotect(ArenaHeapSTLAllocator< T, VETO > &a)
Hook for unprotecting an arena.