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

@ -23,9 +23,11 @@
#define BOOST_FUNCTION_ARGS a0, a1
#define BOOST_FUNCTION_NOT_0_PARMS T1 a1
#define BOOST_FUNCTION_NOT_0_ARGS a1
#define BOOST_FUNCTION_ARG_TYPES typedef T0 arg1_type; typedef T1 arg2_type;
#include <boost/function/function_template.hpp>
#undef BOOST_FUNCTION_ARG_TYPES
#undef BOOST_FUNCTION_NOT_0_ARGS
#undef BOOST_FUNCTION_NOT_0_PARMS
#undef BOOST_FUNCTION_ARGS