2011/12/17 Jonas Maebe
>
> On 17 Dec 2011, at 18:22, Juha Manninen wrote:
>
> > "Fatal: Syntax error, ">" expected but "CLASS" found"
> >
> > Works on 64-bit Linux.
> > How can OSX affect generics syntax?
>
> There are no Mac OS X-specific failures of generics tests in the testsuite
> (64 bit or
On 17 Dec 2011, at 18:22, Juha Manninen wrote:
> "Fatal: Syntax error, ">" expected but "CLASS" found"
>
> Works on 64-bit Linux.
> How can OSX affect generics syntax?
There are no Mac OS X-specific failures of generics tests in the testsuite (64
bit or otherwise, Intel or PowerPC). There are
2011/12/17 Juha Manninen
> I used generics in Lazarus code base for the first time, in TreeFilter
> component:
>
> TTreeNodeList = specialize TFPGList;
> and
> TBranchList = specialize TFPGObjectList;
>
> I works for me on Windows and Linux, with FPC 2.4.4 and 2.6.0 RC1.
> Now Zeljan reported