
13 May
2011
13 May
'11
7:59 p.m.
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