Index: boost/bimap/relation/detail/mutant.hpp =================================================================== --- boost/bimap/relation/detail/mutant.hpp (revision 57189) +++ boost/bimap/relation/detail/mutant.hpp (working copy) @@ -56,7 +56,7 @@ BOOST_MPL_ASSERT(( ::boost::mpl::contains )); - return *reinterpret_cast< View* >(addressof(m)); + return *reinterpret_cast< View* >(boost::addressof(m)); } template< class View, class Type > @@ -69,7 +69,7 @@ BOOST_MPL_ASSERT(( ::boost::mpl::contains )); - return *reinterpret_cast< const View* >(addressof(m)); + return *reinterpret_cast< const View* >(boost::addressof(m)); } //@}