[fpc-pascal] Generic TFPGList<Record Type> gives me compiler error: Operator is not overloaded

Sven Barth pascaldragon at googlemail.com
Tue Sep 17 19:43:53 CEST 2013


On 17.09.2013 17:39, Dennis Poon wrote:
> Sven,
>
> Thanks a lot. It worked.
>
> Generics, advanced record, customized operator ... all these new
> features are so cool.
> I am impressed that Free Pascal has become so powerful.

At least generics and operator overloads aren't that new. What's new is 
that generics contain less bugs (at least in 2.7.1 compared to earlier 
versions) and that operators can be used inside records (together with 
normal methods).

Regards,
Sven




More information about the fpc-pascal mailing list