$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Bug Sprint] Ticket #315 (new Feature Requests) - Implement operator[] for Tokenizer
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-05-31 09:25:52
AMDG
Joel Falcou wrote:
> https://svn.boost.org/trac/boost/ticket/315
>
> Is there any objection in term of concept to give tokenizer this kin dof
> random access operator ?
>
> If no one is against that, I'll attach patch and test.
tokenizer only has input iterators. It can't support random access
efficiently.
In Christ,
Steven Watanabe