Ryan Joseph via fpc-pascal <fpc-pascal@lists.freepascal.org> schrieb am
Mo., 15. März 2021, 20:45:

>
>
> > On Mar 15, 2021, at 12:42 AM, Sven Barth <pascaldra...@googlemail.com>
> wrote:
> >
> > The TArray<T> generic type is part of the ObjPas unit, so the compiler
> simply picks that instead of that of your program. ;)
>
> Sneaky but that explains the issue.
>

It's part of the generic type overloading inherited from Delphi. *shrugs*


> Btw since we're on the topic of arrays. Are short strings and static
> arrays not able to be generics? I tried that and got parser errors.
>

That is correct. File, set or pointers are not supported either for
example.

Regards,
Sven

>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to