$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [program_options] Can this library write config file?
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-08-06 04:25:52
Guanqiang Liu wrote:
> the boost::program_options can read options from config file.
> But, can this library write opions into config file?
No, this is not presently supported. The property_tree library may, or may
not, be helpful there.
- Volodya