
16 Oct
2008
16 Oct
'08
10:25 p.m.
On Thu, Oct 16, 2008 at 9:27 PM, Adam Merz
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