
1 Oct
2013
1 Oct
'13
8:55 p.m.
On Tue, Oct 1, 2013 at 4:21 PM, Nick Stokes
What should be the return type for a function that returns an adapted range? E.g.
template<class Range> xxx getIndirected( const Range& r ) { return r | boost::adaptors::indirected; }
boost::indirected_range<Range> -kyle