addressof with Metrowerks and Boost Function/Signal

26 Dec
2004
26 Dec
'04
4:15 p.m.
I am getting ambiguity errors on Metrowerks 9.2 when using Boost.Function and Boost.Signal. These errors can be corrected with the following patches: <boost/function/function_template.hpp> (470) - if (!detail::function::has_empty_target(addressof(f))) { + if (!detail::function::has_empty_target(boost::addressof(f))) { <boost/signals/trackable.hpp> (105) - add_if_trackable(addressof(t)); + add_if_trackable(boost::addressof(t)); Regards, Reece
7471
Age (days ago)
7474
Last active (days ago)
1 comments
2 participants
participants (2)
-
Douglas Gregor
-
Reece Dunn