$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Making friend with boost::interprocess
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-03-11 12:36:22
Oncaphillis wrote:
> Of course somewhere deep in the guts of boost I get an error since
> the Foo constructor is private. Who do I have to befriend in order
> to make this scheme work ?
At this moment you have no possibility of constructing non-constructible
objects in shared memory.
> Thank you
>
> O.
Best,
Ion