$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Multiple Multitokens
From: David Doria (daviddoria_at_[hidden])
Date: 2009-04-16 12:16:19
Volodya,
So was my example code way off? Ie. is the short answer that program_options
can't take
--list a.txt b.txt --list c.txt d.txt
and give me 2 vector<string>'s, one containing a.txt b.txt and the other
containing c.txt d.txt?
Thanks,
David