$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Block Pointer] multithread help
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-13 15:59:39
On 5/13/2011 10:33 AM, Mathias Gaunard wrote:
>
> That's not the rules of static initialization.
> If you want to enforce order, you have to use tricks to make variables
> dependent.
Right... I could access an instance of the static objects within the
constructor of block_ptr.
Thanks!
-Phil