$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [boost-lists][string algo] C++0x string algo.
From: Rob Riggs (rob_at_[hidden])
Date: 2010-01-17 22:09:38
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.