<p>Am 01.01.2017 21:23 schrieb "Gennady Agranov" <<a href="mailto:gennadyagranov@gmail.com">gennadyagranov@gmail.com</a>>:<br>
><br>
> Hi Sven,<br>
><br>
> Based on bug#20503 you are in charge of support for "generics"?<br>
> Thanks a lot for your work!<br>
><br>
> What about this incompatibility - is it a known issue?<br>
><br>
>         {$ifdef FPC}<br>
>         if Arrays<TTreeNode>.BinarySearch(changes.m_children,node,j,getComparatorByName) then<br>
>         {$else}<br>
>         if Arrays.BinarySearch<TTreeNode>(changes.m_children,node,j,getComparatorByName) then<br>
>         {$endif}</p>
<p>Sounds like generic methods, so you could try with trunk.<br>
And it wasn't an incompatibility per se, but a feature we hadn't implemented.</p>
<p>Regards,<br>
Sven</p>