2 Aug
2011
2 Aug
'11
4:24 a.m.
Hi Nathan, On Mon, Aug 1, 2011 at 11:26 PM, Nathan Crookston < nathan.crookston@gmail.com> wrote:
On Mon, Aug 1, 2011 at 10:45 AM, asif saeed
wrote: Base(std::string s) : sep_(";"), tok_(s,sep_), i_(tok_.begin()) { }
These lines are your problem -- the tokenizer stores the iterators
It causes problem on Visual C++ 2010 Express at run-time. However, it runs fine on GCC 4.6.0 / Fedora-15-64-bit. Sincerely, Asif