$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] trouble with find() in property_tree
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2011-10-23 17:06:21
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