> No.  I don't want to see && or || and not know whether it short-circuits
   > without looking in the class interface.  My brain is conditioned through
   > years of C and Perl to expect that they always short-circuit.  This is too
  > venerable a semantic to change.  Please.

What if I want to overload && and || so that they help built an expression
tree, rather than immediately evaluating?

Damian

Reply via email to