multiple multitokens program_options

14 Apr
2009
14 Apr
'09
9:33 a.m.
I would like to do: --List0 a.txt b.txt --List1 c.txt d.txt Is that possible? Thanks, David

10:01 a.m.
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
5911
Age (days ago)
5911
Last active (days ago)
2 comments
2 participants
participants (2)
-
David Doria
-
Vladimir Prus