diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index 1faa00d..9d1f2d9 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -254,6 +254,7 @@ namespace boost { { typedef internal_result_type type; }; + friend struct sig; #if BOOST_FUNCTION_NUM_ARGS == 1 typedef T0 argument_type;