]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/icl/include/boost/icl/associative_element_container.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / icl / include / boost / icl / associative_element_container.hpp
1 /*-----------------------------------------------------------------------------+
2 Copyright (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_ELEMENT_CONTAINER_HPP_JOFA_101023
9 #define BOOST_ICL_ASSOCIATIVE_ELEMENT_CONTAINER_HPP_JOFA_101023
10
11 #include <boost/icl/detail/map_algo.hpp>
12 #include <boost/icl/concept/comparable.hpp>
13 #include <boost/icl/concept/container.hpp>
14 #include <boost/icl/concept/element_set.hpp>
15 #include <boost/icl/concept/element_map.hpp>
16 #include <boost/icl/concept/element_associator.hpp>
17
18 #endif
19
20