
23 Oct
2011
23 Oct
'11
9:06 p.m.
On 23.10.2011, at 20:07, Bernd Prager wrote:
Hi,
I am experiencing trouble with the find() function in boost::property_tree. It doesn't seem to catch nested entries.
It's not intended to. It's part of the "container-style" interface, which only works on one level. Sebastian