|
Boost : |
From: Pavol Droba (droba_at_[hidden])
Date: 2004-09-28 14:35:15
Hi,
On Tue, Sep 28, 2004 at 08:03:41PM +0200, Thorsten Ottosen wrote:
> 3. would it not be possible to allow
>
> typedef boost::tokenizer< fun, boost::sub_range<string> > tokenizer;
>
Tokenizer like this is already in the StringAlgo library. It's call find_iterator.
It does almost precisely what you requested. When you dereference it, you get
iterator_range.
Currently it is still working with the internal version, but after the release,
I will convert it to use Boost.Range.
Regards,
Pavol.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk