Warning, file /include/boost/spirit/home/support/limits.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006 #if !defined(BOOST_SPIRIT_SUPPORT_LIMITS_MAR_26_2011_0833PM)
0007 #define BOOST_SPIRIT_SUPPORT_LIMITS_MAR_26_2011_0833PM
0008
0009 #if defined(_MSC_VER)
0010 #pragma once
0011 #endif
0012
0013 #include <boost/phoenix/core/limits.hpp>
0014
0015 #if !defined(SPIRIT_ARGUMENTS_LIMIT)
0016 # define SPIRIT_ARGUMENTS_LIMIT BOOST_PHOENIX_LIMIT
0017 #endif
0018 #if !defined(SPIRIT_ATTRIBUTES_LIMIT)
0019 # define SPIRIT_ATTRIBUTES_LIMIT BOOST_PHOENIX_LIMIT
0020 #endif
0021
0022 #endif