Re: [fpc-pascal] Can class function used in specialized class use intristic functions Low, High with generic type ?

2017-04-22 Thread Sven Barth via fpc-pascal
Am 22.04.2017 08:18 schrieb "Cyrax" : > I think that this was the bug report and which you did fix back then : Indeed it is :) Regards, Sven ___ fpc-pascal maillist -

Re: [fpc-pascal] Can class function used in specialized class use intristic functions Low, High with generic type ?

2017-04-22 Thread Cyrax
On 20.04.2017 14:37, Sven Barth via fpc-pascal wrote: Am 20.04.2017 13:02 schrieb "LacaK" : Hi *, I have some generic class: generic T2DNumericArray = object(specialize T2DArray) public class function Truncate(Value: double): T; inline; ... In class