Chris@16: /*============================================================================= Chris@16: Copyright (c) 2006-2007 Tobias Schwinger Chris@16: Chris@16: Use modification and distribution are subject to the Boost Software Chris@16: License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: http://www.boost.org/LICENSE_1_0.txt). Chris@16: ==============================================================================*/ Chris@16: Chris@16: #if !defined(BOOST_FUSION_FUNCTIONAL_INVOCATION_LIMITS_HPP_INCLUDED) Chris@16: # define BOOST_FUSION_FUNCTIONAL_INVOCATION_LIMITS_HPP_INCLUDED Chris@16: Chris@16: # if !defined(BOOST_FUSION_INVOKE_MAX_ARITY) Chris@16: # define BOOST_FUSION_INVOKE_MAX_ARITY 6 Chris@16: # endif Chris@16: # if !defined(BOOST_FUSION_INVOKE_PROCEDURE_MAX_ARITY) Chris@16: # define BOOST_FUSION_INVOKE_PROCEDURE_MAX_ARITY 6 Chris@16: # endif Chris@16: # if !defined(BOOST_FUSION_INVOKE_FUNCTION_OBJECT_MAX_ARITY) Chris@16: # define BOOST_FUSION_INVOKE_FUNCTION_OBJECT_MAX_ARITY 6 Chris@16: # endif Chris@16: Chris@16: #endif Chris@16: