Janice Caron schrieb: > OK, let's just keep it simple. Let bools be int-sized, and let > opEquals return bool. Hehe, changing the size of an existing integral type. That is going to be fun :) However, i really think opEquals should be bool. int as return type is ugly and simply feels wrong.