On Tue, 18 Dec 2012 21:13:22 +0000 Howard Page-Clark <[email protected]> wrote:
> Looking through some of the codetools sources makes me wonder if the > codetools overlooks some C-style FPC operators. > > KeywordFuncLists.pas, for instance, seems not to know about >>, <<, > +=, -=, *=, /=. I added the << and >>. The others are assignment operators. AFAIK they can not be overloaded. > Or are these operators are catered for elsewhere in the codetools? Can you give an example, in what context you are missing an operator? Mattias _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
