I'm using Boost Property Tree
to load ini configuration files.
Using this library, I'm able to load each configuration file into one boost::property_tree::ptree
object. Now I want to load multiple configuration files in one ptree
object.
How can I do this job? Or how can I merge ptree
s into one object?
Asked
Active
Viewed 566 times
0

Kia.celever
- 635
- 2
- 9
- 16