21 Feb
2011
21 Feb
'11
12:34 p.m.
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.