Hi,

What is the state of FPC support for calling generic procedures using
inference like Delphi?

For example:

{$mode objfpc}
generic procedure Run<T>(a: T);
begin
end;

begin
  Run(2);
end.


Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to