$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [program_options] unknown positional option
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-08-05 16:13:15
Jeffrey Finkelstein wrote:
> On Thu, Aug 5, 2010 at 12:21 AM, Vladimir Prus <vladimir_at_[hidden]>wrote:
>
>> positional_options_description merely specifies translation from position
>> to
>> option names. For example, the above say that every positional element of
>> the
>> command line is a value of an option named 'files'. However, such option
>> still
>> have to be declared in a regular way.
>>
>
>
> I see. That is not clear at all in the documentation, including the
> tutorial.
Documentation patches will be welcome.
- Volodya