I remember that there are 2 types of separators in boost tokenizer:
returnable and ignorable. Set "-" as returnable separator, and "," as
ignorable. It should give you all the information you need.

Gennadiy.

"lattice" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> If we print some pages ,we can select pages in a range to print.
> for example,if we enter 2,3,5-7 in Ms-word print dialog,then page
> 2,3,5,6,7 is printed.
> Now questions is :
> if we get a string like this "2,3,5-7",if we use boost::tokenizer,
> we can only get 2,3,5,7. eventually some information is lost.
>
> How can we get the desired result----"2,3,5,6,7" using boost::tokenizer?
>
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to