C++ operator ==, is it important to check self equality?Given the the following code [code]bool Foo::operator==(const Foo& other) { if (this == &other) { r...
This user does not accept Private Messages