[fpc-devel] TLinkedList

Florian Klaempfl florian at freepascal.org
Mon Dec 26 10:38:01 CET 2005


Micha Nelissen wrote:
> procedure TGenericLinkedList.Insert(const AItem: T); inline;
> begin
>   Move(AItem, inherited Insert^, sizeof(T));

That's probabaly dangerous for ref. counted types :)

> end;
> 




More information about the fpc-devel mailing list