
18 Jan
2010
18 Jan
'10
12:58 p.m.
Rob Riggs wrote:
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.
I think getting it added is another problem. This is more a rewrite of StringAlgo than a simple extension. I might be better to try out the system as StringAlgo2 first.