14 Mar
2013
14 Mar
'13
2:38 p.m.
John Maddock wrote:
It's not directly connected - except that what should have failed to compile - a function that looks like:
bool functor(number const& a, number const& b) { return a - b; }
I see; yes, this is something that works with "safe bool" and has been explicitly disallowed for the new explicit operator bool.