Hi Nathan,
On Mon, Aug 1, 2011 at 10:45 AM, asif saeed <asif.lse2@gmail.com> wrote: > Base(std::string s) : sep_(";"), > tok_(s,sep_), > i_(tok_.begin()) > { > } These lines are your problem -- the tokenizer stores the iterators