Added argI_type typedefs

Added arity ICE


[SVN r15184]
This commit is contained in:
Douglas Gregor
2002-09-06 18:47:59 +00:00
parent ab1228c279
commit e16a46fbe8
12 changed files with 25 additions and 1 deletions

View File

@ -253,6 +253,9 @@ namespace boost {
typedef T1 second_argument_type;
#endif
BOOST_STATIC_CONSTANT(int, arity = BOOST_FUNCTION_NUM_ARGS);
BOOST_FUNCTION_ARG_TYPES
#ifndef BOOST_NO_VOID_RETURNS
typedef R result_type;
#else