[fpc-pascal] Feature announcement: implicit generic function specializations
Flávio Etrusco
flavio.etrusco at gmail.com
Sat Apr 30 17:15:48 CEST 2022
Hi,
Em sáb., 30 de abr. de 2022 às 09:13, Mattias Gaertner via fpc-pascal
<fpc-pascal at lists.freepascal.org> escreveu:
>
> AFAIK it is planned for mode objfpc to support distinguishing types via
> template count as in mode delphi:
>
> type
> TMyClass = class
> end;
> generic TMyClass<T> = class
> end;
> generic TMyClass<S,T> = class
> end;
This seems very likely to generate confusion, doesn`t it?
Best regards,
Flávio
More information about the fpc-pascal
mailing list