
16 Feb
2011
16 Feb
'11
12:01 p.m.
On 15.02.2011, at 18:12, Ivan Le Lann wrote:
----- "Dan Weber" <dan@marketsoup.com> a écrit :
Hi Mathias,
I've found that property_tree and program_options are deficient in solving this problem.
For instance, property_tree requires full serialization back and forth for each time you write to the underlying data store, so it could not guarantee that it has the most accurate data all the time.
Maybe property_tree can be extended to support this use case. It seems Boost.MultiIndex usage is isolated in implementation. Is there anything that prevents basic_ptree to use an adaptor to external data source ?
Not really, but I think it would be kinda weird. Sebastian