Vladimir, it looks like only in the trunk, it didn't work with the
distribution that came with Fedora 10. Also, when I compiled the trunk,
I had to add
using std::string;
to boost/tools/wave/cpp.cpp for it to compile.
Another question: When I link to boost_program_options-mt, cmake
seems to truncate it to boost_program_options, so I had to add a
symbolic link with that name. Does anyone else have that problem?
Thanks,
David
I would like to do:
--List0 a.txt b.txt --List1 c.txt d.txt
Is that possible?
Thanks,
David
-------------- next part --------------
HTML attachment scrubbed and removed
------------------------------
Message: 4
Date: Tue, 14 Apr 2009 19:49:56 +0400
From: Vladimir Prus <vladimir@codesourcery.com>
Subject: Re: [Boost-users] multiple multitokens program_options
To: boost-users@lists.boost.org
Message-ID: <gs2bb4$unv$1@ger.gmane.org>
Content-Type: text/plain; charset=us-ascii
David Doria wrote:
> I would like to do:
> --List0 a.txt b.txt --List1 c.txt d.txt
>
> Is that possible?
Yes.
- Volodya