forked from boostorg/range
*** 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))
|
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
|
||||||
// BCB is not able to overload pointer when class overloads are also available
|
// BCB is not able to overload pointer when class overloads are also available
|
||||||
template<>
|
template<>
|
||||||
@ -135,7 +135,6 @@ inline range_const_iterator<const wchar_t*>::type end<const wchar_t*>( const wch
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
*/
|
|
||||||
|
|
||||||
} // namespace 'boost'
|
} // namespace 'boost'
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ inline BOOST_DEDUCED_TYPENAME range_size<T>::type size( const T& r )
|
|||||||
return range_detail::size( r );
|
return range_detail::size( r );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
|
#if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564))
|
||||||
// BCB is not able to overload pointer when class overloads are also available
|
// BCB is not able to overload pointer when class overloads are also available
|
||||||
template<>
|
template<>
|
||||||
@ -107,7 +107,7 @@ inline range_size<const wchar_t*>::type size<const wchar_t*>( const wchar_t* con
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
*/
|
|
||||||
|
|
||||||
} // namespace 'boost'
|
} // namespace 'boost'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user