One, How do I forward-reference an operator redefinition? GPC complains when I leave out the parameter and result declarations in the actual definition:
Okay; never mind this. I can't figure out how to export an operator overload, anyway, so I've dropped down to units. :P
Two, Why does GPC spit out a warning when the arguments are classes (as opposed to pointers to classes)? TRoot.eph:71: warning: object type declared as value parameter
I'd still like to know about this, though. :D