]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/tr1/include/boost/tr1/tr1/unordered_set
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / tr1 / include / boost / tr1 / tr1 / unordered_set
CommitLineData
7c673cae
FG
1// (C) Copyright John Maddock 2008.
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_UNORDERED_SET_INCLUDED
8# define BOOST_TR1_UNORDERED_SET_INCLUDED
9# include <boost/tr1/detail/config_all.hpp>
10
11# ifdef BOOST_HAS_CPP_0X
12# if defined(BOOST_HAS_INCLUDE_NEXT) && !defined(BOOST_TR1_DISABLE_INCLUDE_NEXT)
13# include_next <unordered_map>
14# else
15# include BOOST_TR1_STD_HEADER(unordered_map)
16# endif
17# endif
18
19# if !defined(BOOST_TR1_NO_RECURSION)
20# define BOOST_TR1_NO_RECURSION
21# ifdef BOOST_HAS_TR1_UNORDERED_SET
22# if defined(BOOST_HAS_INCLUDE_NEXT) && !defined(BOOST_TR1_DISABLE_INCLUDE_NEXT)
23# include_next BOOST_TR1_HEADER(unordered_set)
24# else
25# include BOOST_TR1_STD_HEADER(BOOST_TR1_PATH(unordered_set))
26# endif
27# else
28# include <boost/tr1/unordered_set.hpp>
29# endif
30# undef BOOST_TR1_NO_RECURSION
31# endif
32#endif
33
34