IG: Instance Variable used before intialized
I realized that the algorithm used is quite conservative, but might it be possible to accomidate the following common use?
public SubsystemAttributes( SubsystemAttributes other )
{
mode = other.mode;
rmlSourceName = other.rmlSourceName;
rmlSourceVersion = other.rmlSourceVersion;
factory = other.factory;
}
Copy constructor usage.
Mike
Please sign in to leave a comment.
Should be. Please submit a tracker item so I don't lose it.
--Dave Griffith
Dave,
I mailed a fix for this very problem to you on the 28th of July (and a
corrected version on the 3rd of August). So I think this problem is
fixed on your most current sources?
Bas
On 17-08-2004 15:09, Dave Griffith wrote:
I'll give it a look. Thanks again.
--Dave Griffith
Let me know if you still want me to post a tracker.
Mike