source: NonGTP/Boost/boost/spirit/fusion/sequence/limits.hpp @ 857

Revision 857, 690 bytes checked in by igarcia, 18 years ago (diff)
Line 
1/*=============================================================================
2    Copyright (c) 2001-2003 Joel de Guzman
3
4    Use, modification and distribution is subject to the Boost Software
5    License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
6    http://www.boost.org/LICENSE_1_0.txt)
7==============================================================================*/
8#if !defined(FUSION_SEQUENCE_LIMITS_HPP)
9#define FUSION_SEQUENCE_LIMITS_HPP
10
11#if !defined(FUSION_MAX_TUPLE_SIZE)
12# define FUSION_MAX_TUPLE_SIZE 10
13#else
14# if FUSION_MAX_TUPLE_SIZE < 3
15#   undef FUSION_MAX_TUPLE_SIZE
16#   define FUSION_MAX_TUPLE_SIZE 10
17# endif
18#endif
19
20#endif
Note: See TracBrowser for help on using the repository browser.