mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
*** empty log message ***
[SVN r25153]
This commit is contained in:
@ -119,7 +119,7 @@ inline BOOST_DEDUCED_TYPENAME range_const_iterator<T>::type end( const T& r )
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
|
||||
// BCB is not able to overload pointer when class overloads are also available
|
||||
template<>
|
||||
@ -135,7 +135,6 @@ inline range_const_iterator<const wchar_t*>::type end<const wchar_t*>( const wch
|
||||
}
|
||||
|
||||
#endif
|
||||
*/
|
||||
|
||||
} // namespace 'boost'
|
||||
|
||||
|
@ -91,7 +91,7 @@ inline BOOST_DEDUCED_TYPENAME range_size<T>::type size( const T& r )
|
||||
return range_detail::size( r );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
|
||||
// BCB is not able to overload pointer when class overloads are also available
|
||||
template<>
|
||||
@ -107,7 +107,7 @@ inline range_size<const wchar_t*>::type size<const wchar_t*>( const wchar_t* con
|
||||
}
|
||||
|
||||
#endif
|
||||
*/
|
||||
|
||||
|
||||
} // namespace 'boost'
|
||||
|
||||
|
Reference in New Issue
Block a user