mirror of
https://github.com/boostorg/bimap.git
synced 2026-01-19 04:02:10 +00:00
4
include/boost/bimap/relation/detail/mutant.hpp
Executable file → Normal file
4
include/boost/bimap/relation/detail/mutant.hpp
Executable file → Normal file
@@ -56,7 +56,7 @@ View&
|
||||
BOOST_MPL_ASSERT((
|
||||
::boost::mpl::contains<BOOST_DEDUCED_TYPENAME Type::mutant_views,View>
|
||||
));
|
||||
return *reinterpret_cast< View* >(addressof(m));
|
||||
return *reinterpret_cast< View* >(boost::addressof(m));
|
||||
}
|
||||
|
||||
template< class View, class Type >
|
||||
@@ -69,7 +69,7 @@ const View&
|
||||
BOOST_MPL_ASSERT((
|
||||
::boost::mpl::contains<BOOST_DEDUCED_TYPENAME Type::mutant_views,View>
|
||||
));
|
||||
return *reinterpret_cast< const View* >(addressof(m));
|
||||
return *reinterpret_cast< const View* >(boost::addressof(m));
|
||||
}
|
||||
|
||||
//@}
|
||||
|
||||
Reference in New Issue
Block a user