mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Disable new addressof code for all Borland versions. Refs #2878.
[SVN r51891]
This commit is contained in:
parent
e27fc4a853
commit
3900e8ece4
@ -47,7 +47,7 @@ template<class T> struct addressof_impl
|
|||||||
|
|
||||||
template<class T> T * addressof( T & v )
|
template<class T> T * addressof( T & v )
|
||||||
{
|
{
|
||||||
#if BOOST_WORKAROUND( __BORLANDC__, < 0x560 )
|
#if BOOST_WORKAROUND( __BORLANDC__, BOOST_TESTED_AT( 0x610 ) )
|
||||||
|
|
||||||
return boost::detail::addressof_impl<T>::f( v, 0 );
|
return boost::detail::addressof_impl<T>::f( v, 0 );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user