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'