Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/fusion/container/vector.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children | c530137014c0 |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 /*============================================================================= | |
2 Copyright (c) 2001-2011 Joel de Guzman | |
3 | |
4 Distributed under the Boost Software License, Version 1.0. (See accompanying | |
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | |
6 ==============================================================================*/ | |
7 #if !defined(FUSION_SEQUENCE_CLASS_VECTOR_10022005_0602) | |
8 #define FUSION_SEQUENCE_CLASS_VECTOR_10022005_0602 | |
9 | |
10 #include <boost/fusion/container/vector/limits.hpp> | |
11 | |
12 #include <boost/fusion/container/vector/vector10.hpp> | |
13 #if (FUSION_MAX_VECTOR_SIZE > 10) | |
14 #include <boost/fusion/container/vector/vector20.hpp> | |
15 #endif | |
16 #if (FUSION_MAX_VECTOR_SIZE > 20) | |
17 #include <boost/fusion/container/vector/vector30.hpp> | |
18 #endif | |
19 #if (FUSION_MAX_VECTOR_SIZE > 30) | |
20 #include <boost/fusion/container/vector/vector40.hpp> | |
21 #endif | |
22 #if (FUSION_MAX_VECTOR_SIZE > 40) | |
23 #include <boost/fusion/container/vector/vector50.hpp> | |
24 #endif | |
25 | |
26 #include <boost/fusion/container/vector/vector.hpp> | |
27 #include <boost/fusion/container/vector/vector_fwd.hpp> | |
28 #include <boost/fusion/container/vector/vector_iterator.hpp> | |
29 #include <boost/fusion/container/vector/convert.hpp> | |
30 | |
31 #endif |