26 Jul
2003
26 Jul
'03
4:23 p.m.
Saturday, July 26, 2003, 4:08:52 AM, you wrote: JdG> Is there any advantage in using both tokenizer and spirit? I'm not a JdG> tokenizer expert, but it seems that what you are trying to achieve can JdG> be done by spirit alone: JdG> parse(first, last, uint_p[append(numbers)], space_p); It was just a sample. Before this numbers there is command line that i prefer to parse with tokenizer (i really have reasons for this) and after i split this string there is no way to convert tokenizer::iterator to string::iterator. -- Best regards, Andrey mailto:blaze@lists.infosec.ru