Boost logo

Boost Users :

Subject: Re: [Boost-users] multiple multitokens program_options
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-04-14 12:01:00


Vladimir Prus wrote:

> David Doria wrote:
>
>> I would like to do:
>> --List0 a.txt b.txt --List1 c.txt d.txt
>>
>> Is that possible?
>
> Yes.

I've send the above prematurely. Use something like:

        ("list0", po::value< vector<string> >()->multitoken())

in either SVN HEAD or release branch version of C++ Boost.

- Volodya


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