On 01/17/2010 05:10 PM, Mathias Gaunard wrote:
Germ�n Diago wrote:
auto r = split(str, predseparators);
vector<string> vec(r.begin(), r.end());
Which is the mechanism I offered, i.e. lazy evaluation with range
adapters.
I would love to see this added.