]> git.donarmstrong.com Git - rsem.git/blob - boost/fusion/container/vector/limits.hpp
0e7e3a0359f01caa69e54dfbf1d6cf089305fe67
[rsem.git] / boost / fusion / container / vector / limits.hpp
1 /*=============================================================================
2     Copyright (c) 2001-2006 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_VECTOR_LIMITS_07072005_1246)
8 #define FUSION_VECTOR_LIMITS_07072005_1246
9
10 #if !defined(FUSION_MAX_VECTOR_SIZE)
11 # define FUSION_MAX_VECTOR_SIZE 10
12 #else
13 # if FUSION_MAX_VECTOR_SIZE < 3
14 #   undef FUSION_MAX_VECTOR_SIZE
15 #   define FUSION_MAX_VECTOR_SIZE 10
16 # endif
17 #endif
18
19 #endif