Workarounds for CW 9.2, from Reece Dunn

[SVN r26583]
This commit is contained in:
Douglas Gregor
2004-12-26 22:05:19 +00:00
parent e14e57a678
commit e2a7fea741

View File

@ -467,7 +467,7 @@ namespace boost {
template<typename FunctionObj> template<typename FunctionObj>
void assign_to(FunctionObj f, detail::function::function_obj_tag) 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 typedef
typename detail::function::BOOST_FUNCTION_GET_FUNCTION_OBJ_INVOKER< typename detail::function::BOOST_FUNCTION_GET_FUNCTION_OBJ_INVOKER<
FunctionObj, FunctionObj,