j
k
j a
j l
From: "Douglas Gregor"
safe_bool operator!() const { return (!this->empty())? 0 : &dummy::nonnull<int>; }
This is not related to the problem you are discussing, but operator! can (and probably should) return an ordinary bool.
Back to the thread
Back to the list