Joined: Tue Oct 14, 2003 2:07 pm Posts: 10 Location: Berkeley, CA
|
Max,
Thanks for the super quick response. We'll be looking into doing the patch sometime this week as we really need it for our subclassing. I.e having generated base object(1) -> hand built base object(2) -> generated subclassed object(3) ->hand built subclass object(4) forces us undesirably to put in the full constructor into the hand built base object class(2) because of the generated full constructor in the generated subclassed object(3) calls super.
Hster
|
|