]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/tr1/include/boost/tr1/tr1/memory
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / tr1 / include / boost / tr1 / tr1 / memory
1 // (C) Copyright John Maddock 2005.
2 // Use, modification and distribution are subject to the
3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6
7 #ifndef BOOST_TR1_MEMORY_INCLUDED
8 # define BOOST_TR1_MEMORY_INCLUDED
9 # ifndef BOOST_TR1_NO_RECURSION
10 # define BOOST_TR1_NO_RECURSION
11 # define BOOST_TR1_NO_MEMORY_RECURSION
12 # endif
13 # include <boost/tr1/detail/config_all.hpp>
14 # if defined(BOOST_HAS_INCLUDE_NEXT) && !defined(BOOST_TR1_DISABLE_INCLUDE_NEXT)
15 # include_next <memory>
16 # else
17 # include BOOST_TR1_STD_HEADER(memory)
18 # endif
19 # ifdef BOOST_TR1_NO_MEMORY_RECURSION
20 # undef BOOST_TR1_NO_MEMORY_RECURSION
21 # undef BOOST_TR1_NO_RECURSION
22 # endif
23 #endif
24
25 #if !defined(BOOST_TR1_FULL_MEMORY_INCLUDED) && !defined(BOOST_TR1_NO_RECURSION)
26 # define BOOST_TR1_FULL_MEMORY_INCLUDED
27 # define BOOST_TR1_NO_RECURSION
28 # include <boost/tr1/memory.hpp>
29 # undef BOOST_TR1_NO_RECURSION
30 #endif
31