[Bug Sprint] Ticket #315 (new Feature Requests) - Implement operator[] for Tokenizer

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. -- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35

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

Steven Watanabe wrote:
tokenizer only has input iterators. It can't support random access efficiently. Should the ticket be clsoed as 'wontfix' then ?
-- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35
participants (2)
-
Joel Falcou
-
Steven Watanabe