
20 Feb
2007
20 Feb
'07
8:30 p.m.
Pavol,
Thank for your help. I thought you said 'The question marks can be substituted by string_split::value_type'. In one of our previous exchange.
That is why I am using 'string_split::value_type' not 'iterator_range<string::iterator>'
Sorry if I mis-understand what you teach me.
No worries. There is no problem with using string_split::value_type. It is just a typedef to iterator_range<string::iterator>. In your code, you misplaced it with string_split itself. Regards, Pavol.