[fpc-devel] Interface: Method resolution clauses
Marcos Douglas
md at delfire.net
Mon Apr 30 18:37:51 CEST 2012
On Mon, Apr 30, 2012 at 12:13 PM, Marco van de Voort <marcov at stack.nl> wrote:
> In our previous episode, Marcos Douglas said:
>> Can I, using FPC trunk, do this sintaxe?
>>
>> type
>> TMemoryManager = class(TInterfacedObject, IMalloc, IErrorInfo)
>> function IMalloc.Alloc = Allocate;
>> procedure IMalloc.Free = Deallocate;
>> ...
>> end;
>
> No. See bug #21064.
Thanks.
> p.s. In a case like this searching for "interface" in mantis and clicking a few
> reports there, will work faster :-)
You propose me to search for a bug instead of a solution? :)
Forget, I understood.
Marcos Douglas
p.s: Do you think that my work was stoped because the FPC do not have
this feature?
More information about the fpc-devel
mailing list