The Gaudi Framework
v40r0 (475e45c1)
boost_allocator.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2025 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
#pragma once
12
14
15
#ifdef _WIN32
16
// Avoid conflicts between Windows' headers and MSG.
17
# ifndef NOMSG
18
# define NOMSG
19
# ifndef NOGDI
20
# define NOGDI
21
# endif
22
# endif
23
# ifndef NOMINMAX
24
# define NOMINMAX
25
# endif
26
#endif
27
28
#include <boost/pool/singleton_pool.hpp>
GaudiKernel
include
GaudiKernel
boost_allocator.h
Generated on Thu Jul 3 2025 15:27:23 for The Gaudi Framework by
1.8.18