cpp
[MECpp]Item-7 Never Overload '&&', '||', or ','
· β˜• 3 min read

If we don’t have a good reason for overloading an operator, don’t overload it. In the case of &&, ||, and ,, it’s difficult to have a good reason: we can’t make them behave the way they’re supposed to.