$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Chris Weed (chrisweed_at_[hidden])
Date: 2007-06-12 15:13:13
On 6/12/07, Bryan Green <bgreen_at_[hidden]> wrote:
> Hello,
>
> Is there a mechanism in boost::program_options for supporting optional
> arguments? If not, is there a suggested program_options-based alternative?
>
What exactly do you mean by optional arguments?
Do you mean like this?
http://www.boost.org/doc/html/program_options/howto.html#id1593176
Chris