$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [program_options] Parsing config files
From: Rhys Ulerich (rhys.ulerich_at_[hidden])
Date: 2013-08-08 12:30:26
> How about for non-value type options: i.e. the key just exists.
>
> For instance, "--some-time-out 1000" works well. However, what about
> for "--simple-flag" ?
>
> So far I seem to be getting parse errors...
This bit me too. IIRC, 'simple-flag=' with no value.
- Rhys