I can't seem to be able to overload the = operator for classes. Every time I try I get the following error: Error: Impossible operator overload I can overload all other operators just fine. Is this a bug, or dos the compiler just not allow overloading of the = operator for classes.