$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] shared_ptr singleton
From: Alessandro Re (akirosspower_at_[hidden])
Date: 2008-10-16 18:25:58
On Thu, Oct 16, 2008 at 9:27 PM, Adam Merz <adammerz_at_[hidden]> wrote:
> I see that you're declaring _global, but I don't see you defining it anywhere.
> Are you properly defining _global at file scope?
Yes, I'm defining it with:
RegisterP Register::_global;
This should invoke the default constructor, right?
Thanks
-- ~Ale