sig needs to be a friend of functionN

[SVN r19174]
This commit is contained in:
Douglas Gregor
2003-07-18 03:48:17 +00:00
parent cb3c1b0d1e
commit 1ef5f459e2

View File

@ -254,6 +254,7 @@ namespace boost {
{
typedef internal_result_type type;
};
friend struct sig;
#if BOOST_FUNCTION_NUM_ARGS == 1
typedef T0 argument_type;