diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index cc90778..3730f42 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -467,7 +467,7 @@ namespace boost { template void assign_to(FunctionObj f, detail::function::function_obj_tag) { - if (!detail::function::has_empty_target(addressof(f))) { + if (!detail::function::has_empty_target(boost::addressof(f))) { typedef typename detail::function::BOOST_FUNCTION_GET_FUNCTION_OBJ_INVOKER< FunctionObj,