|
Boost Users : |
From: Pavol Droba (droba_at_[hidden])
Date: 2007-02-20 15:30:49
>
> 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.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net