1 Mar
2011
1 Mar
'11
12:15 a.m.
On 2/21/11 7:34 AM, er wrote:
Hello,
I'm interested in
make_iterator_range( container );
defined in http://svn.boost.org/svn/boost/trunk/boost/range/iterator_range_core.hpp
in order to adapt container to have comparison operators. While,
template< class IteratorT, class ForwardRange > inline bool operator<( const ForwardRange& l, const iterator_range<IteratorT>& r )
is defined, operator>, for example, isn't. Is there a functionality that provides all operators?
Thanks.
Not a good question?