Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/icl/associative_interval_container.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
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_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 |