
28 Sep
2004
28 Sep
'04
7:35 p.m.
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.