$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [program options] allow unregistered options for config file
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-03-17 17:37:55
Deane Yang wrote:
> Instructions for how to allow unregistered options on the command-line
> are given here:
>
> http://www.boost.org/doc/libs/1_38_0/doc/html/program_options/howto.html#id3764164
>
> Is there any way to allow unregistered options for a configuration file,
> too?
Looking at:
http://www.boost.org/doc/libs/1_38_0/doc/html/boost/program_options/parse_config_file.html
it seems like yes, it should be possible.
- Volodya