Dan Sugalski <[EMAIL PROTECTED]> wrote:
> At 1:30 PM +0200 6/14/03, Leopold Toetsch wrote:
>>
>>   B<add>(inout PMC, in PMC)
>>
>>This is plain wrong. If the LHS PMC doesn't exist yet, you can't
>>call its add vtable method (The implementations is
>>$1->vtable->add(...)).

> You're right. Go ahead and make 'em all in parameters. While contents
> and type may change, the actual PMC pointer should remain a constant.

Done.

leo

Reply via email to