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;
> 

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to