sl@0: // Copyright Daniel Wallin, David Abrahams 2005. Use, modification and sl@0: // distribution is subject to the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: #ifndef BOOST_PARAMETER_CONFIG_050403_HPP sl@0: #define BOOST_PARAMETER_CONFIG_050403_HPP sl@0: sl@0: #ifndef BOOST_PARAMETER_MAX_ARITY sl@0: # define BOOST_PARAMETER_MAX_ARITY 5 sl@0: #endif sl@0: sl@0: #endif // BOOST_PARAMETER_CONFIG_050403_HPP sl@0: