1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/spirit/attribute.hpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,38 @@
1.4 +/*=============================================================================
1.5 + Copyright (c) 2001-2003 Joel de Guzman
1.6 + Copyright (c) 2002-2003 Hartmut Kaiser
1.7 + http://spirit.sourceforge.net/
1.8 +
1.9 + Use, modification and distribution is subject to the Boost Software
1.10 + License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1.11 + http://www.boost.org/LICENSE_1_0.txt)
1.12 +=============================================================================*/
1.13 +#if !defined(BOOST_SPIRIT_ATTRIBUTE_MAIN_HPP)
1.14 +#define BOOST_SPIRIT_ATTRIBUTE_MAIN_HPP
1.15 +
1.16 +#include <boost/spirit/version.hpp>
1.17 +
1.18 +///////////////////////////////////////////////////////////////////////////////
1.19 +//
1.20 +// Master header for Spirit.Attributes
1.21 +//
1.22 +///////////////////////////////////////////////////////////////////////////////
1.23 +
1.24 +///////////////////////////////////////////////////////////////////////////////
1.25 +//
1.26 +// Phoenix predefined maximum limit. This limit defines the maximum
1.27 +// number of elements a tuple can hold. This number defaults to 3. The
1.28 +// actual maximum is rounded up in multiples of 3. Thus, if this value
1.29 +// is 4, the actual limit is 6. The ultimate maximum limit in this
1.30 +// implementation is 15.
1.31 +//
1.32 +///////////////////////////////////////////////////////////////////////////////
1.33 +#if !defined(PHOENIX_LIMIT)
1.34 +#define PHOENIX_LIMIT 3
1.35 +#endif // !defined(PHOENIX_LIMIT)
1.36 +
1.37 +///////////////////////////////////////////////////////////////////////////////
1.38 +#include <boost/spirit/attribute/parametric.hpp>
1.39 +#include <boost/spirit/attribute/closure.hpp>
1.40 +
1.41 +#endif // !defined(BOOST_SPIRIT_ATTRIBUTE_MAIN_HPP)