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.

p.s. In a case like this searching for "interface" in mantis and clicking a few
reports there, will work faster :-)
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to