On Tue, Aug 10, 2010 at 7:21 AM, Contestcen@aol.com wrote:
FPC already supports assignments of vectors and arrays, so why not addition and subtraction? It builds on a capability that the compiler already has.
I don't know if there is already an unit in FPC which adds operator overloading to the most common data types. If there isn't you could just submit a patch with one, as the implementation is trivial to do (without threading at least).
I would recommend that any follow ups to this discussion be sent to the free pascal mailling list.