Re: [boost] Do really property_tree and program_options overlap?

-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Marcin Kalicinski the lot. You can use BOOST_FOREACH on it. You can use algorithms on it (just keep in mind it is not sorted by key unless you do that explicitly).
Are you talking about basic_ptree::sort? Or pre-sorting the keys before populating the tree? Scanned by McAfee GroupShield {X3BTB534}

Are you talking about basic_ptree::sort? Or pre-sorting the keys before populating the tree?
I'm talking about basic_ptree::sort. Not that I think it should be used very often, but it is there (to mimic std::list), and can be used. It of course destroys order of the properties, which may be semantically significant. Best regards, Marcin
participants (2)
-
Marcin Kalicinski
-
Matt Doyle