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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to