$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Dynamic Config
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-02-13 05:44:19
On 12/02/2011 18:51, Dan Weber wrote:
>
> Hi guys,
>
> I feel as part of the Boost community and having worked on multiple
> platforms that we're missing something to manage reading/writing
> configuration information for an application thread safely across
> platforms. The best example I know of that handles this job is Qt's
> QSettings which writes to the registry on windows, inis on linux, and some
> sort of xml on Mac OS X.
What about property_tree and program_options?