fix doc example typo
[boost.git] / boost / fusion / container / list / limits.hpp
blob20ff6dd2e0a5a76f0a409ffc3880b49c240199b8
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_LIST_LIMITS_07172005_0112)
8 #define FUSION_LIST_LIMITS_07172005_0112
10 #if !defined(FUSION_MAX_LIST_SIZE)
11 # define FUSION_MAX_LIST_SIZE 10
12 #else
13 # if FUSION_MAX_LIST_SIZE < 3
14 # undef FUSION_MAX_LIST_SIZE
15 # define FUSION_MAX_LIST_SIZE 10
16 # endif
17 #endif
19 #endif