On Tuesday 15 May 2007 23:55, Steve Folta wrote: > On 5/15/07, SainTiss <[EMAIL PROTECTED]> wrote: > > Yes, I am copying the prototype. I'm using my own function rather > than the supplied (define-type). (No need to assign the vtable, it > will already be the same. Also, I'm using "_vtable _alloc:" instead > of "new" to do the copying, but it's the same idea.)
Yes, I believe "new" indeed uses _vtable _alloc: anyway. However, how do you know the vtable is actually the same? Wouldn't it be another vtable which, by default, delegates to the other one? Hans > _______________________________________________ > fonc mailing list > [email protected] > http://vpri.org/mailman/listinfo/fonc -- A liberal is a person whose interests aren't at stake at the moment -- Willis Player Hans Schippers Research Assistant of the Research Foundation - Flanders (FWO - Vlaanderen) http://www.win.ua.ac.be/~hschipp/ Formal Techniques in Software Engineering (FoTS) University of Antwerp Middelheimlaan 1 2020 Antwerpen - Belgium Phone: +32 3 265 38 71 Fax: +32 3 265 37 77 _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
