[fpc-pascal] Re: operator overloading and counting references / creating / destoying anonymous instances

Flávio Etrusco flavio.etrusco at gmail.com
Sat Jul 30 18:28:02 CEST 2011


>>
>> And there is another advantage of using procedures/functions instead of
>> overloading operators:
>> You can search for the procedure to look what it actualy does.
>
> Not if you use function/procedure overloading. Then the situation is
> exactly the same as for operators.
>

Repeating myself, if there isn't something like CodeTools (i.e. only
with text search) is way more difficult to search for operator
declarations.

>> How do you find the code that overloaded an operator?
>

-Flávio



More information about the fpc-pascal mailing list