Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
boost_allocator.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_BOOST_ALLOCATOR_H
2 #define GAUDIKERNEL_BOOST_ALLOCATOR_H 1
3 
5 
6 #ifdef _WIN32
7 // Avoid conflicts between Windows' headers and MSG.
8 # ifndef NOMSG
9 # define NOMSG
10 # ifndef NOGDI
11 # define NOGDI
12 # endif
13 # endif
14 # ifndef NOMINMAX
15 # define NOMINMAX
16 # endif
17 #endif
18 
19 #include <boost/pool/singleton_pool.hpp>
20 
21 #endif // GAUDIKERNEL_BOOST_ALLOCATOR_H