<div>I used generics in Lazarus code base for the first time, in TreeFilter component:</div><div><br></div><div>  TTreeNodeList = specialize TFPGList<TTreeNode>;</div><div>and</div><div><div>  TBranchList = specialize TFPGObjectList<TBranch>;</div>
</div><div><br></div><div>I works for me on Windows and Linux, with FPC 2.4.4 and 2.6.0 RC1.</div><div>Now Zeljan reported it does not compile on Mac OSX 64-bit, using FPC 2.6.0 RC1.</div><div>What can cause it? My generics usage is the most basic possible.</div>
<div>Both TTreeNode and TBranch are simple classes.</div><div><br></div><div>Juha</div><div><br></div>