$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (jgottman_at_[hidden])
Date: 2003-03-10 23:34:07
If I have a token_iterator, is there any way for me to get an iterator
into the original string that corresponds to the position of the
token_iterator? I have some code where I want to create a tokenizer from a
string, get some tokens from it, then return the remainder of the string,
ignoring any further tokenization.
Joe Gottman