The Gaudi Framework
master (37c0b60a)
boost_allocator.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
11
#ifndef GAUDIKERNEL_BOOST_ALLOCATOR_H
12
#define GAUDIKERNEL_BOOST_ALLOCATOR_H 1
13
15
16
#ifdef _WIN32
17
// Avoid conflicts between Windows' headers and MSG.
18
# ifndef NOMSG
19
# define NOMSG
20
# ifndef NOGDI
21
# define NOGDI
22
# endif
23
# endif
24
# ifndef NOMINMAX
25
# define NOMINMAX
26
# endif
27
#endif
28
29
#include <boost/pool/singleton_pool.hpp>
30
31
#endif // GAUDIKERNEL_BOOST_ALLOCATOR_H
GaudiKernel
include
GaudiKernel
boost_allocator.h
Generated on Thu Dec 19 2024 15:35:00 for The Gaudi Framework by
1.8.18