10 Jul
2008
10 Jul
'08
2:52 p.m.
Is there an utility within Boost.Range (or Range_ex) that allows making a range of Ts from a single T? It seems quite useful and practical. Basically a std::make_pair(&foo, &foo+1) works but requires foo to be an lvalue.