Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:34:41

0001 /*=============================================================================
0002     Copyright (c) 2006-2007 Tobias Schwinger
0003   
0004     Use modification and distribution are subject to the Boost Software 
0005     License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
0006     http://www.boost.org/LICENSE_1_0.txt).
0007 ==============================================================================*/
0008 
0009 #if !defined(BOOST_FUSION_FUNCTIONAL_INVOCATION_LIMITS_HPP_INCLUDED)
0010 #   define BOOST_FUSION_FUNCTIONAL_INVOCATION_LIMITS_HPP_INCLUDED
0011 
0012 #   if !defined(BOOST_FUSION_INVOKE_MAX_ARITY)
0013 #       define BOOST_FUSION_INVOKE_MAX_ARITY 6
0014 #   endif
0015 #   if !defined(BOOST_FUSION_INVOKE_PROCEDURE_MAX_ARITY)
0016 #       define BOOST_FUSION_INVOKE_PROCEDURE_MAX_ARITY 6
0017 #   endif
0018 #   if !defined(BOOST_FUSION_INVOKE_FUNCTION_OBJECT_MAX_ARITY)
0019 #       define BOOST_FUSION_INVOKE_FUNCTION_OBJECT_MAX_ARITY 6
0020 #   endif
0021 
0022 #endif
0023