Boost C++ Libraries: Ticket #394: boost/functional addressof collision https://svn.boost.org/trac10/ticket/394 <pre class="wiki">in boost/functional.hpp, line 473: if (!detail::function::has_empty_target(addressof(f))) { addressof is a function that resides in the Metrowerks namespace as well, so there are instances in boost::bind that will fail with an ambiguous lookup. Specifying boost::addressof explicitly will fix this problem. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/394 Trac 1.4.3 Douglas Gregor Mon, 02 May 2005 15:55:04 GMT status changed https://svn.boost.org/trac10/ticket/394#comment:1 https://svn.boost.org/trac10/ticket/394#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=249098 This is fixed in Boost CVS. </pre> Ticket