Re: [Boost-users] [program_options] multitoken

-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Alexander Kondratyuk Sent: Tuesday, February 14, 2006 2:57 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] [program_options] multitoken
Thanks to all for the comments. I want to allow "--first=11,12" and ""--first=11 --first=12" both, so its seems I need to do it manually.
This should be simple enough using push() and a tokenizer so that the rest of your program doesn't have to care.

Yeah, I tried to use my own parser, but found a problem with it. Please take
a look at my message with "specific parser" subject, I posted a sample
there.
Thank you,
Alexander.
On 2/14/06, Sohail Somani
-----Original Message-----
This should be simple enough using push() and a tokenizer so that the rest of your program doesn't have to care.

Oops sorry, the message subject is "*[Boost-users] [program_options]
additional parser"*
But I cant see it in my list of messages, is there any problem with a list?
Sorry, I am newbie here.
Alexander.
On 2/15/06, Alexander Kondratyuk
Yeah, I tried to use my own parser, but found a problem with it. Please take a look at my message with "specific parser" subject, I posted a sample there. Thank you, Alexander.
On 2/14/06, Sohail Somani
wrote: -----Original Message-----
This should be simple enough using push() and a tokenizer so that the rest of your program doesn't have to care.
participants (2)
-
Alexander Kondratyuk
-
Sohail Somani