From e2a7fea74103e9429f1d8c124876934b5629673a Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 26 Dec 2004 22:05:19 +0000 Subject: [PATCH] Workarounds for CW 9.2, from Reece Dunn [SVN r26583] --- include/boost/function/function_template.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,