
13 Feb
2011
13 Feb
'11
10:44 a.m.
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?