]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/icl/include/boost/icl/associative_interval_container.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / icl / include / boost / icl / associative_interval_container.hpp
CommitLineData
7c673cae
FG
1/*-----------------------------------------------------------------------------+
2Copyright (c) 2010-2010: Joachim Faulhaber
3+------------------------------------------------------------------------------+
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENCE.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt)
7+-----------------------------------------------------------------------------*/
8#ifndef BOOST_ICL_ASSOCIATIVE_INTERVAL_CONTAINER_HPP_JOFA_101023
9#define BOOST_ICL_ASSOCIATIVE_INTERVAL_CONTAINER_HPP_JOFA_101023
10
11#include <boost/icl/impl_config.hpp>
12#include <boost/icl/concept/comparable.hpp>
13#include <boost/icl/concept/joinable.hpp>
14#include <boost/icl/concept/container.hpp>
15#include <boost/icl/concept/interval_associator_base.hpp>
16#include <boost/icl/concept/interval_set.hpp>
17#include <boost/icl/concept/interval_map.hpp>
18#include <boost/icl/concept/interval_associator.hpp>
19#include <boost/icl/iterator.hpp>
20
21#endif
22
23