From 6efc4ee4785bd17e9439b8042ac848bd7fddcaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Thu, 16 Sep 2004 18:27:51 +0000 Subject: [PATCH] *** empty log message *** [SVN r25153] --- include/boost/range/end.hpp | 3 +-- include/boost/range/size.hpp | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/include/boost/range/end.hpp b/include/boost/range/end.hpp index a0fa09d..aa6f79a 100755 --- a/include/boost/range/end.hpp +++ b/include/boost/range/end.hpp @@ -119,7 +119,7 @@ inline BOOST_DEDUCED_TYPENAME range_const_iterator::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::type end( const wch } #endif -*/ } // namespace 'boost' diff --git a/include/boost/range/size.hpp b/include/boost/range/size.hpp index 0ba9345..0ece155 100755 --- a/include/boost/range/size.hpp +++ b/include/boost/range/size.hpp @@ -91,7 +91,7 @@ inline BOOST_DEDUCED_TYPENAME range_size::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::type size( const wchar_t* con } #endif -*/ + } // namespace 'boost'