fix doc example typo
[boost.git] / boost / fusion / container / vector / limits.hpp
blob0e7e3a0359f01caa69e54dfbf1d6cf089305fe67
1 /*=============================================================================
2 Copyright (c) 2001-2006 Joel de Guzman
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
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
19 #endif