[fpc-devel] Generics syntax error
Sven Barth
pascaldragon at googlemail.com
Tue Sep 28 17:29:00 CEST 2010
Am 27.09.2010 14:21, schrieb Sven Barth:
> I'm having this issue, too, but with 2.4.3.
The following example code fails with FPC 2.4.2 RC1 as well (system is
i386-win32):
====
program generictest;
{$mode objfpc}{$H+}
uses
fgl;
type
TTest = specialize TFPGList<TObject>;
begin
end.
====
2.4.0 works without problems here.
2.4.3 has the same problem (as mentioned in the previous mail).
Regards,
Sven
More information about the fpc-devel
mailing list