00001 00002 #ifndef BOOST_MPL_LIMITS_ARITY_HPP_INCLUDED 00003 #define BOOST_MPL_LIMITS_ARITY_HPP_INCLUDED 00004 00005 // Copyright Aleksey Gurtovoy 2000-2004 00006 // 00007 // Distributed under the Boost Software License, Version 1.0. 00008 // (See accompanying file LICENSE_1_0.txt or copy at 00009 // http://www.boost.org/LICENSE_1_0.txt) 00010 // 00011 // See http://www.boost.org/libs/mpl for documentation. 00012 00013 // $Id: arity.hpp 49267 2008-10-11 06:19:02Z agurtovoy $ 00014 // $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $ 00015 // $Revision: 49267 $ 00016 00017 #if !defined(BOOST_MPL_LIMIT_METAFUNCTION_ARITY) 00018 # define BOOST_MPL_LIMIT_METAFUNCTION_ARITY 5 00019 #endif 00020 00021 #endif // BOOST_MPL_LIMITS_ARITY_HPP_INCLUDED
1.5.6