forked from boostorg/function
sig needs to be a friend of functionN
[SVN r19174]
This commit is contained in:
@ -254,6 +254,7 @@ namespace boost {
|
|||||||
{
|
{
|
||||||
typedef internal_result_type type;
|
typedef internal_result_type type;
|
||||||
};
|
};
|
||||||
|
friend struct sig;
|
||||||
|
|
||||||
#if BOOST_FUNCTION_NUM_ARGS == 1
|
#if BOOST_FUNCTION_NUM_ARGS == 1
|
||||||
typedef T0 argument_type;
|
typedef T0 argument_type;
|
||||||
|
Reference in New Issue
Block a user