▲ | jcelerier 4 days ago | |||||||
> I mean, you kinda do. Otherwise you won’t understand why bit-shifting to std::cout prints something, but it's not bit-shifting, it's "<<", which can do different operations in different contexts. | ||||||||
▲ | zbentley 4 days ago | parent [-] | |||||||
…yes, that is what I said people need to understand in operator-overloading-happy environments. | ||||||||
|