in reply to Re^4: Automatic vivification of an object
in thread Automatic vivification of an object
... but if I try to create an instance of the base class as part of module compilation ...
Considering that seems to cause the problem, I'm curious as to why; what do you need that instance for?
... it doesn't work. (I suspect it has something to do with the order in which variables are declared and/or initialized.)
Tracking down the source of that problem may prove insightful!
The best thing to get people to take a look at it would be if you would provide a short, self-contained piece of example code that reproduces the problem (see http://sscce.org/).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Automatic vivification of an object
by bounsy (Acolyte) on Jan 15, 2015 at 18:48 UTC |