$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-04-17 22:22:22
On Apr 17, 2005, at 5:13 PM, Elvanör wrote:
> Hi,
>
> I am running into problems using bundled properties and the newly
> implemented subgraph for them.
>
> In my experience, it seems they are working correctly with the root
> subgraph, but they don't translate correctly to the children. The code
> compiles, meaning there is the interface, but I get segfaults at
> runtime and I think they are related to that problem, for exemple:
> [snip]
> So I think there is a problem with the current implementation.
Yep, there is. The code now properly follows what get() and put() do
for subgraphs. Let's hope it solves the problem you're seeing.
Doug