*** empty log message ***

[SVN r25153]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-09-16 18:27:51 +00:00
parent c7047652d8
commit 6efc4ee478
2 changed files with 3 additions and 4 deletions

View File

@ -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'

View File

@ -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'